OpenCMISS-Iron Internal API Documentation
|
Contains information on the intermediate field for a CellML environment. More...
Public Attributes | |
type(cellml_type), pointer | cellml |
A pointer to the CellML environment. More... | |
logical | intermediate_field_finished |
Is .TRUE. if the intermediate field has finished being created, .FALSE. if not. More... | |
logical | intermediate_field_auto_created |
Is .TRUE. if the intermediate field has been auto created, .FALSE. if not. More... | |
type(field_type), pointer | intermediate_field |
A pointer to the intermediate field. More... | |
Contains information on the intermediate field for a CellML environment.
type(cellml_type), pointer types::cellml_intermediate_field_type::cellml |
type(field_type), pointer types::cellml_intermediate_field_type::intermediate_field |
logical types::cellml_intermediate_field_type::intermediate_field_auto_created |