OpenCMISS-Iron FORTRAN API Documentation
|
Returns the label for a field variable component. More...
Private Member Functions | |
subroutine | cmfe_field_componentlabelgetcnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, label, err) |
Returns the character string label for a field variable component for a field identified by a user number. More... | |
subroutine | cmfe_field_componentlabelgetcobj (field, variableType, componentNumber, label, err) |
Returns the character string label for a field variable component for a field identified by an object. More... | |
subroutine | cmfe_field_componentlabelgetvsnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, label, err) |
Returns the varying string label for a field variable component for a field identified by a user number. More... | |
subroutine | cmfe_field_componentlabelgetvsobj (field, variableType, componentNumber, label, err) |
Returns the varying string label for a field variable component for a field identified by an object. More... | |
Returns the label for a field variable component.
Definition at line 3469 of file opencmiss_iron.f90.