OpenCMISS-Iron FORTRAN API Documentation

Field DOF order types. More...

Collaboration diagram for OPENCMISS::Field::DOFOrderTypes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_field_separated_component_dof_order = FIELD_SEPARATED_COMPONENT_DOF_ORDER
 Field variable component dofs are not contiguous. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_field_contiguous_component_dof_order = FIELD_CONTIGUOUS_COMPONENT_DOF_ORDER
 Field variable component dofs are contiguous. More...
 

Detailed Description

Field DOF order types.

See also
OPENCMISS::Field,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_field_contiguous_component_dof_order = FIELD_CONTIGUOUS_COMPONENT_DOF_ORDER

Field variable component dofs are contiguous.

See also
OPENCMISS::Field::DOFOrderTypes,OPENCMISS

Definition at line 3409 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_field_separated_component_dof_order = FIELD_SEPARATED_COMPONENT_DOF_ORDER

Field variable component dofs are not contiguous.

See also
OPENCMISS::Field::DOFOrderTypes,OPENCMISS

Definition at line 3408 of file opencmiss_iron.f90.