OpenCMISS-Iron Internal API Documentation
|
Contains information on the independent variables for the equations set. More...
Public Attributes | |
type(equations_set_type), pointer | equations_set |
A pointer to the equations set. More... | |
logical | independent_finished |
Is .TRUE. if the independent variables for the equations set has finished being created, .FALSE. if not. More... | |
logical | independent_field_auto_created |
Is .TRUE. if the independent field has been auto created, .FALSE. if not. More... | |
type(field_type), pointer | independent_field |
A pointer to the independent field for the equations set. More... | |
Contains information on the independent variables for the equations set.
type(equations_set_type), pointer types::equations_set_independent_type::equations_set |
type(field_type), pointer types::equations_set_independent_type::independent_field |
logical types::equations_set_independent_type::independent_field_auto_created |