OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_analyticanalysis_absoluteerrorgetconstant Interface Reference

Get the absolute error of the constant. More...

Private Member Functions

subroutine cmfe_analyticanalysis_absoluteerrorgetconstantnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, value, err)
 Get absolute error value for the constant in a field specified by a user number compared to the analytic value. More...
 
subroutine cmfe_analyticanalysis_absoluteerrorgetconstantobj (field, variableType, componentNumber, VALUE, err)
 Get absolute error value for the constant in a field identified by an object compared to the analytic value. More...
 

Detailed Description

Get the absolute error of the constant.

Definition at line 464 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_analyticanalysis_absoluteerrorgetconstant::cmfe_analyticanalysis_absoluteerrorgetconstantnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  fieldUserNumber,
integer(intg), intent(in)  variableType,
integer(intg), intent(in)  componentNumber,
real(dp), intent(out)  value,
integer(intg), intent(out)  err 
)
private

Get absolute error value for the constant in a field specified by a user number compared to the analytic value.

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]valueOn return, the absolute error
[out]errThe error code.

Definition at line 9599 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_analyticanalysis_absoluteerrorgetconstant::cmfe_analyticanalysis_absoluteerrorgetconstantobj ( type(cmfe_fieldtype), intent(in)  field,
integer(intg), intent(in)  variableType,
integer(intg), intent(in)  componentNumber,
real(dp), intent(out)  VALUE,
integer(intg), intent(out)  err 
)
private

Get absolute error value for the constant in a field identified by an object compared to the analytic value.

Parameters
[in]fieldThe dependent field to calculate the analytic error analysis for.
[in]componentnumbercomponent number
[in]variabletypevariable type
[out]valueOn return, the absolute error
[out]errThe error code.

Definition at line 9647 of file opencmiss_iron.f90.