OpenCMISS-Iron Internal API Documentation
CMISS_CELLML::FieldMappingTypes

CellML field parameter types. More...

Variables

integer(intg), parameter cmiss_cellml::cellml_map_to_field_type = 1
 A CellML to field mapping type. More...
 
integer(intg), parameter cmiss_cellml::cellml_map_from_field_type = 2
 A field to CellML mapping type. More...
 

Detailed Description

CellML field parameter types.

See also
CMISS_CELLML,OPENCMISS::CellML::FieldTypes

Variable Documentation

integer(intg), parameter cmiss_cellml::cellml_map_from_field_type = 2
private

A field to CellML mapping type.

See also
CMISS_CELLML::FieldMappingTypes,CMISS_CELLML

Definition at line 96 of file cmiss_cellml.f90.

Referenced by cmiss_cellml::cellml_create_cellml_to_field_map_c().

integer(intg), parameter cmiss_cellml::cellml_map_to_field_type = 1
private

A CellML to field mapping type.

See also
CMISS_CELLML::FieldMappingTypes,CMISS_CELLML

Definition at line 95 of file cmiss_cellml.f90.

Referenced by cmiss_cellml::cellml_create_field_to_cellml_map_c().