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

Get the percentage error of the constant. More...

Private Member Functions

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

Detailed Description

Get the percentage error of the constant.

Definition at line 470 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_analyticanalysis_percentageerrorgetconstant::cmfe_analyticanalysis_percentageerrorgetconstantnumber ( 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 percentage 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 percentage error
[out]errThe error code.

Definition at line 9677 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_analyticanalysis_percentageerrorgetconstant::cmfe_analyticanalysis_percentageerrorgetconstantobj ( 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 percentage 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 percentage error
[out]errThe error code.

Definition at line 9725 of file opencmiss_iron.f90.