OpenCMISS-Iron Internal API Documentation

Field data types. More...

Collaboration diagram for OPENCMISS::Field::DataTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_field_intg_type = FIELD_INTG_TYPE
 Integer field data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_sp_type = FIELD_SP_TYPE
 Single precision real field data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_dp_type = FIELD_DP_TYPE
 Double precision real field data type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_l_type = FIELD_L_TYPE
 Logical field data type. More...
 

Detailed Description

Field data types.

See also
OPENCMISS::Field,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_field_dp_type = FIELD_DP_TYPE

Double precision real field data type.

See also
OPENCMISS::Field::DataTypes,OPENCMISS

Definition at line 3401 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_intg_type = FIELD_INTG_TYPE

Integer field data type.

See also
OPENCMISS::Field::DataTypes,OPENCMISS

Definition at line 3399 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_l_type = FIELD_L_TYPE

Logical field data type.

See also
OPENCMISS::Field::DataTypes,OPENCMISS

Definition at line 3402 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_sp_type = FIELD_SP_TYPE

Single precision real field data type.

See also
OPENCMISS::Field::DataTypes,OPENCMISS

Definition at line 3400 of file opencmiss_iron.f90.