OpenCMISS-Iron FORTRAN API Documentation
|
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... | |
Get the RMS error of nodes.
Definition at line 482 of file opencmiss_iron.f90.
|
private |
Get rms error value for nodes in a field compared to the analytic value.
[in] | regionusernumber | The user number of the region containing the field for analytic error analysis. |
[in] | fieldusernumber | The user number of the field to calculate the analytic error analysis for. |
[in] | componentnumber | component number |
[in] | variabletype | variable type |
[in] | errortype | error type |
[out] | localvalue | On return, the local error |
[out] | localghostvalue | On return, the local ghost error |
[out] | globalvalue | On return, the global error |
[out] | err | The error code. |
Definition at line 9834 of file opencmiss_iron.f90.
|
private |
Get rms error value for nodes in a field identified by an object compared to the analytic value.
[in] | field | The dependent field to calculate the analytic error analysis for. |
[in] | componentnumber | component number |
[in] | variabletype | variable type |
[in] | errortype | error type |
[out] | localvalue | On return, the local error |
[out] | localghostvalue | On return, the local ghost error |
[out] | globalvalue | On return, the global error |
[out] | err | The error code. |
Definition at line 9886 of file opencmiss_iron.f90.