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

Interpolates the given parameter set at a specified set of Gauss points for specified element and derviative. When interpolating at multiple Gauss points, if no Gauss points are specified then all Gauss points are interpolated. More...

Private Member Functions

subroutine cmfe_field_parametersetinterpolatesinglegaussdpnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, derivativeNumber, userElementNumber, quadratureScheme, GaussPoint, values, err)
 Interpolates the given parameter set at a specified Gauss point for the specified element and derviative and returns double precision values for a or a field identified by a user number. More...
 
subroutine cmfe_field_parametersetinterpolatesinglegaussdpobj (field, variableType, fieldSetType, derivativeNumber, userElementNumber, quadratureScheme, GaussPoint, values, err)
 Interpolates the given parameter set at a specified Gauss point for the specified element and derviative and returns double precision values for a field identified by an object. More...
 
subroutine cmfe_field_parametersetinterpolatemultiplegaussdpnumber (regionUserNumber, fieldUserNumber, variableType, fieldSetType, derivativeNumber, userElementNumber, quadratureScheme, GaussPoints, values, err)
 Interpolates the given parameter set at a specified set of Gauss points for the specified element and derviative and returns double precision values for a or a field identified by a user number. If no Gauss points are specified then all Gauss points are interpolated. More...
 
subroutine cmfe_field_parametersetinterpolatemultiplegaussdpobj (field, variableType, fieldSetType, derivativeNumber, userElementNumber, quadratureScheme, GaussPoints, values, err)
 Interpolates the given parameter set at a specified set of Gauss points for the specified element and derviative and returns double precision values for a field identified by an object. If no Gauss points are specified then all Gauss points are interpolated. More...
 

Detailed Description

Interpolates the given parameter set at a specified set of Gauss points for specified element and derviative. When interpolating at multiple Gauss points, if no Gauss points are specified then all Gauss points are interpolated.

Definition at line 3907 of file opencmiss_iron.f90.