OpenCMISS-Iron Internal API Documentation
cmiss_cellml::map_cellml_variable_type_to_field_type Interface Reference

Map a CellML variable type from OpenCMISS(cellml) to a CellML field type. More...

Private Member Functions

integer(intg) function map_cellml_variable_type_to_field_type_intg (CELLML_VARIABLE_TYPE, ERR, ERROR)
 Maps a CellML variable type to a CellML field type (. More...
 

Detailed Description

Map a CellML variable type from OpenCMISS(cellml) to a CellML field type.

See also
CMISS_CELLML::FieldTypes,CMISS_CELLML

Definition at line 114 of file cmiss_cellml.f90.

Member Function/Subroutine Documentation

integer(intg) function cmiss_cellml::map_cellml_variable_type_to_field_type::map_cellml_variable_type_to_field_type_intg ( integer(intg), intent(in)  CELLML_VARIABLE_TYPE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Maps a CellML variable type to a CellML field type (.

See also
CMISS_CELLML::FieldTypes,CMISS_CELLML)
Parameters
[in]cellml_variable_typeThe CellML variable type to map.
[out]errThe error code
[out]errorThe error string

Definition at line 4463 of file cmiss_cellml.f90.