OpenCMISS-Iron FORTRAN API Documentation

Field dimension parameter types. More...

Collaboration diagram for OPENCMISS::Field::DimensionTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_field_scalar_dimension_type = FIELD_SCALAR_DIMENSION_TYPE
 Scalar field. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_vector_dimension_type = FIELD_VECTOR_DIMENSION_TYPE
 Vector field. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_tensor_dimension_type = FIELD_TENSOR_DIMENSION_TYPE
 Tensor field. More...
 

Detailed Description

Field dimension parameter types.

See also
OPENCMISS::Field,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_field_scalar_dimension_type = FIELD_SCALAR_DIMENSION_TYPE

Scalar field.

See also
OPENCMISS::Field::DimensionTypes,OPENCMISS

Definition at line 3316 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_tensor_dimension_type = FIELD_TENSOR_DIMENSION_TYPE

Tensor field.

See also
OPENCMISS::Field::DimensionTypes,OPENCMISS

Definition at line 3318 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_vector_dimension_type = FIELD_VECTOR_DIMENSION_TYPE

Vector field.

See also
OPENCMISS::Field::DimensionTypes,OPENCMISS

Definition at line 3317 of file opencmiss_iron.f90.