|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a control output gradient. More...

Public Attributes | |
| integer | icout |
| Which control output element this force is connected to. More... | |
| integer | whichvreg |
| which VREG this is connected to (not necessarily equal to j_index) More... | |
| integer | lnode |
| Local node number for the element matrices. More... | |
| integer | dofstart |
| Local dof start for this node. More... | |
| integer | ndofs |
| number of dofs for this node More... | |
| type(forcetype), pointer | pforce |
| Pointer to the force with the control output as force magnitude. More... | |
Data type representing a control output gradient.
| integer controlstructmodule::forcecontrolgradtype::dofstart |
Local dof start for this node.
| integer controlstructmodule::forcecontrolgradtype::icout |
Which control output element this force is connected to.
| integer controlstructmodule::forcecontrolgradtype::lnode |
Local node number for the element matrices.
| integer controlstructmodule::forcecontrolgradtype::ndofs |
number of dofs for this node
| type(forcetype), pointer controlstructmodule::forcecontrolgradtype::pforce |
Pointer to the force with the control output as force magnitude.
| integer controlstructmodule::forcecontrolgradtype::whichvreg |
which VREG this is connected to (not necessarily equal to j_index)