|
OpenCMISS-Iron Internal API Documentation
|
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... | |
Get the RMS error of elements.
Definition at line 488 of file opencmiss_iron.f90.
|
private |
Get rms error value for elements 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 9919 of file opencmiss_iron.f90.
|
private |
Get relative error value for the constant 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 9972 of file opencmiss_iron.f90.