OpenCMISS-Iron Internal API Documentation
|
Contains information on the derived variables for the equations set, eg. stress or strain. More...
Public Attributes | |
type(equations_set_type), pointer | equationsset |
A pointer back to the equations set. More... | |
logical | derivedfinished |
Is .TRUE. if the derived variables for the equations set have finished being created, .FALSE. if not. More... | |
logical | derivedfieldautocreated |
Is .TRUE. if the derived field has been or will be auto created by the equations set setup, .FALSE. if it was already created. More... | |
type(field_type), pointer | derivedfield |
A pointer to the derived field for the equations set. More... | |
integer(intg) | numberofvariables |
The number of derived variables used. More... | |
integer(intg), dimension(:), allocatable | variabletypes |
variableTypes(DERIVED_TYPE) is zero if the derived type is not used, otherwise it is the field variable type in the derived field for the derived variable type More... | |
Contains information on the derived variables for the equations set, eg. stress or strain.
type(field_type), pointer types::equationssetderivedtype::derivedfield |
logical types::equationssetderivedtype::derivedfieldautocreated |
logical types::equationssetderivedtype::derivedfinished |
type(equations_set_type), pointer types::equationssetderivedtype::equationsset |
integer(intg) types::equationssetderivedtype::numberofvariables |