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

Get the RMS error of elements. More...

Private Member Functions

subroutine cmfe_analyticanalysis_rmserrorgetelementnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, errorType, localValue, localGhostValue, globalValue, err)
 Get rms error value for elements in a field compared to the analytic value. More...
 
subroutine cmfe_analyticanalysis_rmserrorgetelementobj (field, variableType, componentNumber, errorType, localValue, localGhostValue, globalValue, err)
 Get relative error value for the constant in a field identified by an object compared to the analytic value. More...
 

Detailed Description

Get the RMS error of elements.

Definition at line 488 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_analyticanalysis_rmserrorgetelement::cmfe_analyticanalysis_rmserrorgetelementnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  fieldUserNumber,
integer(intg), intent(in)  variableType,
integer(intg), intent(in)  componentNumber,
integer(intg), intent(in)  errorType,
real(dp), intent(out)  localValue,
real(dp), intent(out)  localGhostValue,
real(dp), intent(out)  globalValue,
integer(intg), intent(out)  err 
)
private

Get rms error value for elements in a field 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
[in]errortypeerror type
[out]localvalueOn return, the local error
[out]localghostvalueOn return, the local ghost error
[out]globalvalueOn return, the global error
[out]errThe error code.

Definition at line 9919 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_analyticanalysis_rmserrorgetelement::cmfe_analyticanalysis_rmserrorgetelementobj ( type(cmfe_fieldtype), intent(in)  field,
integer(intg), intent(in)  variableType,
integer(intg), intent(in)  componentNumber,
integer(intg), intent(in)  errorType,
real(dp), intent(out)  localValue,
real(dp), intent(out)  localGhostValue,
real(dp), intent(out)  globalValue,
integer(intg), intent(out)  err 
)
private

Get relative 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
[in]errortypeerror type
[out]localvalueOn return, the local error
[out]localghostvalueOn return, the local ghost error
[out]globalvalueOn return, the global error
[out]errThe error code.

Definition at line 9972 of file opencmiss_iron.f90.