OpenCMISS-Iron Internal API Documentation
CMISS_CELLML::FieldTypes

CellML field parameter types. More...

Variables

integer(intg), parameter, public cmiss_cellml::cellml_models_field = 1
 CellML models field. More...
 
integer(intg), parameter, public cmiss_cellml::cellml_state_field = 2
 CellML state field. More...
 
integer(intg), parameter, public cmiss_cellml::cellml_intermediate_field = 3
 CellML intermediate field. More...
 
integer(intg), parameter, public cmiss_cellml::cellml_parameters_field = 4
 CellML parameters field. More...
 

Detailed Description

CellML field parameter types.

See also
CMISS_CELLML,OPENCMISS::CellML::FieldTypes CellML model variables being mapped to or from fields will have an initial type of CELLML_UNKNOWN_FIELD. This will be set to the appropriate type once the model is instantiated and the type can be correctly determined.
Todo:
Link to appropriate methods for instantiation.

Variable Documentation

integer(intg), parameter, public cmiss_cellml::cellml_intermediate_field = 3
integer(intg), parameter, public cmiss_cellml::cellml_models_field = 1

CellML models field.

See also
CMISS_CELLML::FieldTypes,CMISS_CELLML

Definition at line 85 of file cmiss_cellml.f90.

Referenced by cmiss_cellml::cellml_cellml_to_field_update(), and cmiss_cellml::cellml_field_to_cellml_update().