OpenCMISS-Iron FORTRAN API Documentation
OPENCMISS::CellML::FieldTypes

CellML field type parameters. More...

Collaboration diagram for OPENCMISS::CellML::FieldTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_cellml_models_field = CELLML_MODELS_FIELD
 CellML models field type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_cellml_state_field = CELLML_STATE_FIELD
 CellML state field type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_cellml_intermediate_field = CELLML_INTERMEDIATE_FIELD
 CellML intermediate field type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_cellml_parameters_field = CELLML_PARAMETERS_FIELD
 CellML parameters field type. More...
 

Detailed Description

CellML field type parameters.

See also
OPENCMISS::CellML,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_cellml_intermediate_field = CELLML_INTERMEDIATE_FIELD

CellML intermediate field type.

See also
OPENCMISS::CellML::FieldTypes,OPENCMISS

Definition at line 1041 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_cellml_models_field = CELLML_MODELS_FIELD

CellML models field type.

See also
OPENCMISS::CellML::FieldTypes,OPENCMISS

Definition at line 1039 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_cellml_parameters_field = CELLML_PARAMETERS_FIELD

CellML parameters field type.

See also
OPENCMISS::CellML::FieldTypes,OPENCMISS

Definition at line 1042 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_cellml_state_field = CELLML_STATE_FIELD

CellML state field type.

See also
OPENCMISS::CellML::FieldTypes,OPENCMISS

Definition at line 1040 of file opencmiss_iron.f90.