OpenCMISS-Iron Internal API Documentation
types::cellml_model_map_type Type Reference

Contains information on the mapping between CellML fields and OpenCMISS fields and vise versa. More...

Collaboration diagram for types::cellml_model_map_type:

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...
 

Detailed Description

Contains information on the mapping between CellML fields and OpenCMISS fields and vise versa.

Definition at line 2327 of file types.f90.

Member Data Documentation

integer(intg) types::cellml_model_map_type::cellml_field_type

The type of CellML field variable being mapped.

See also
CMISS_CELLML::FieldTypes,CMISS_CELLML

Definition at line 2334 of file types.f90.

integer(intg) types::cellml_model_map_type::cellml_map_type

The direction of the mapping.

See also
CMISS_CELLML::FieldMappingTypes,CMISS_CELLML

Definition at line 2328 of file types.f90.

integer(intg) types::cellml_model_map_type::cellml_parameter_set

The CellML variable parameter set being mapped.

Definition at line 2336 of file types.f90.

integer(intg) types::cellml_model_map_type::cellml_variable_number

The CellML variable component number being mapped.

Definition at line 2335 of file types.f90.

integer(intg) types::cellml_model_map_type::component_number

The field variable component number being mapped.

Definition at line 2331 of file types.f90.

type(field_type), pointer types::cellml_model_map_type::field

A pointer to/from the field being mapped.

Definition at line 2329 of file types.f90.

integer(intg) types::cellml_model_map_type::field_parameter_set

The field variable parameter set being mapped.

Definition at line 2332 of file types.f90.

type(varying_string) types::cellml_model_map_type::variable_id

The variable ID of the CellML variable being mapped.

Definition at line 2333 of file types.f90.

integer(intg) types::cellml_model_map_type::variable_type

The field variable type being mapped.

Definition at line 2330 of file types.f90.