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

Get integral of analytical values. More...

Private Member Functions

subroutine cmfe_analyticanalysis_integralanalyticvaluegetnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, integralValue, ghostIntegralValue, err)
 Get integral value for the analytic values. More...
 
subroutine cmfe_analyticanalysis_integralanalyticvaluegetobj (field, variableType, componentNumber, integralValue, ghostIntegralValue, err)
 Get integral value for the analytic values. More...
 

Detailed Description

Get integral of analytical values.

Definition at line 500 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_analyticanalysis_integralanalyticvalueget::cmfe_analyticanalysis_integralanalyticvaluegetnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  fieldUserNumber,
integer(intg), intent(in)  variableType,
integer(intg), intent(in)  componentNumber,
real(dp), dimension(2), intent(out)  integralValue,
real(dp), dimension(2), intent(out)  ghostIntegralValue,
integer(intg), intent(out)  err 
)
private

Get integral value for the analytic values.

Parameters
[in]regionusernumberThe user number of the region containing the field for analytic error analysis.
[in]fieldusernumberThe user number of the field to calculate the analytic error analysis for.
[in]componentnumbercomponent number
[in]variabletypevariable type
[out]integralvalueOn return, the integral value
[out]ghostintegralvalueOn return, ghost integral value
[out]errThe error code.

Definition at line 10088 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_analyticanalysis_integralanalyticvalueget::cmfe_analyticanalysis_integralanalyticvaluegetobj ( type(cmfe_fieldtype), intent(in)  field,
integer(intg), intent(in)  variableType,
integer(intg), intent(in)  componentNumber,
real(dp), dimension(2), intent(out)  integralValue,
real(dp), dimension(2), intent(out)  ghostIntegralValue,
integer(intg), intent(out)  err 
)
private

Get integral value for the analytic values.

Parameters
[in]fieldThe dependent field to calculate the analytic error analysis for.
[in]componentnumbercomponent number
[in]variabletypevariable type
[out]integralvalueOn return, the integral value
[out]ghostintegralvalueOn return, ghost integral value
[out]errThe error code.

Definition at line 10139 of file opencmiss_iron.f90.