OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_field_parametersetgetconstant Interface Reference

Returns from the given parameter set a value for the specified constant of a field variable component. More...

Private Member Functions

subroutine cmfe_field_parametersetgetconstantintgnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, componentNumber, value, err)
 Returns from the given parameter set an integer value for the specified constant of a field variable component for a field identified by a user number. More...
 
subroutine cmfe_field_parametersetgetconstantintgobj (field, variableType, fieldSetType, componentNumber, value, err)
 Returns from the given parameter set an integer value for the specified constant of a field variable component for a field identified by an object. More...
 
subroutine cmfe_field_parametersetgetconstantspnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, componentNumber, value, err)
 Returns from the given parameter set a single precision value for the specified constant of a field variable component for a field identified by a user number. More...
 
subroutine cmfe_field_parametersetgetconstantspobj (field, variableType, fieldSetType, componentNumber, value, err)
 Returns from the given parameter set a single precision value for the specified constant of a field variable component for a field identified by an object. More...
 
subroutine cmfe_field_parametersetgetconstantdpnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, componentNumber, value, err)
 Returns from the given parameter set a double precision value for the specified constant of a field variable component for a field identified by a user number. More...
 
subroutine cmfe_field_parametersetgetconstantdpobj (field, variableType, fieldSetType, componentNumber, value, err)
 Returns from the given parameter set a double precision value for the specified constant of a field variable component for a field identified by an object. More...
 
subroutine cmfe_field_parametersetgetconstantlnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, componentNumber, value, err)
 Returns from the given parameter set a logical value for the specified constant of a field variable component for a field identified by a user number. More...
 
subroutine cmfe_field_parametersetgetconstantlobj (field, variableType, fieldSetType, componentNumber, value, err)
 Returns from the given parameter set a logical value for the specified constant of a field variable component for a field identified by an object. More...
 

Detailed Description

Returns from the given parameter set a value for the specified constant of a field variable component.

Definition at line 3735 of file opencmiss_iron.f90.