OpenCMISS-Iron Internal API Documentation
|
Contains information on the source for the equations set. More...
Public Attributes | |
type(equations_set_type), pointer | equations_set |
A pointer to the equations set. More... | |
logical | source_finished |
Is .TRUE. if the source for the equations set has finished being created, .FALSE. if not. More... | |
logical | source_field_auto_created |
Is .TRUE. if the source field has been auto created, .FALSE. if not. More... | |
type(field_type), pointer | source_field |
A pointer to the source field for the equations set if one is defined. If no source is defined the pointer is NULL. More... | |
Contains information on the source for the equations set.
type(equations_set_type), pointer types::equations_set_source_type::equations_set |
type(field_type), pointer types::equations_set_source_type::source_field |
logical types::equations_set_source_type::source_field_auto_created |