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

Get the RMS error of nodes. More...

Private Member Functions

subroutine cmfe_analyticanalysis_rmserrorgetnodenumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, errorType, localValue, localGhostValue, globalValue, err)
 Get rms error value for nodes in a field compared to the analytic value. More...
 
subroutine cmfe_analyticanalysis_rmserrorgetnodeobj (field, variableType, componentNumber, errorType, localValue, localGhostValue, globalValue, err)
 Get rms error value for nodes in a field identified by an object compared to the analytic value. More...
 

Detailed Description

Get the RMS error of nodes.

Definition at line 482 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_analyticanalysis_rmserrorgetnode::cmfe_analyticanalysis_rmserrorgetnodenumber ( 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), dimension(8), intent(out)  localValue,
real(dp), dimension(8), intent(out)  localGhostValue,
real(dp), dimension(8), intent(out)  globalValue,
integer(intg), intent(out)  err 
)
private

Get rms error value for nodes 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 9834 of file opencmiss_iron.f90.

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

Get rms error value for nodes 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 9886 of file opencmiss_iron.f90.