OpenCMISS-Iron Internal API Documentation
|
Contains information on the mapping between CellML fields and OpenCMISS fields and vise versa. More...
Public Attributes | |
integer(intg) | cellml_map_type |
The direction of the mapping. More... | |
type(field_type), pointer | field |
A pointer to/from the field being mapped. More... | |
integer(intg) | variable_type |
The field variable type being mapped. More... | |
integer(intg) | component_number |
The field variable component number being mapped. More... | |
integer(intg) | field_parameter_set |
The field variable parameter set being mapped. More... | |
type(varying_string) | variable_id |
The variable ID of the CellML variable being mapped. More... | |
integer(intg) | cellml_field_type |
The type of CellML field variable being mapped. More... | |
integer(intg) | cellml_variable_number |
The CellML variable component number being mapped. More... | |
integer(intg) | cellml_parameter_set |
The CellML variable parameter set being mapped. More... | |
Contains information on the mapping between CellML fields and OpenCMISS fields and vise versa.
integer(intg) types::cellml_model_map_type::cellml_field_type |
The type of CellML field variable being mapped.
integer(intg) types::cellml_model_map_type::cellml_map_type |
The direction of the mapping.
integer(intg) types::cellml_model_map_type::cellml_parameter_set |
integer(intg) types::cellml_model_map_type::cellml_variable_number |
integer(intg) types::cellml_model_map_type::component_number |
type(field_type), pointer types::cellml_model_map_type::field |
integer(intg) types::cellml_model_map_type::field_parameter_set |
type(varying_string) types::cellml_model_map_type::variable_id |