| OpenCMISS-Iron FORTRAN API Documentation
    | 
Get the relative error of the node. More...
| Private Member Functions | |
| subroutine | cmfe_analyticanalysis_relativeerrorgetnodenumber (regionUserNumber, fieldUserNumber, variableType, versionNumber, derivativeNumber, nodeNumber, componentNumber, value, err) | 
| Get relative error value for the node in a field specified by a user number compared to the analytic value.  More... | |
| subroutine | cmfe_analyticanalysis_relativeerrorgetnodeobj (field, variableType, versionNumber, derivativeNumber, nodeNumber, componentNumber, value, err) | 
| Get relative error value for the node in a field identified by an object compared to the analytic value.  More... | |
Get the relative error of the node.
Definition at line 440 of file opencmiss_iron.f90.
| 
 | private | 
Get relative error value for the node in a field specified by a user number 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] | versionnumber | derivative version number | 
| [in] | derivativenumber | derivative number | 
| [in] | nodenumber | node number | 
| [in] | componentnumber | component number | 
| [in] | variabletype | variable type | 
| [out] | value | On return, the relative error | 
| [out] | err | The error code. | 
Definition at line 9271 of file opencmiss_iron.f90.
| 
 | private | 
Get relative error value for the node 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] | versionnumber | derivative version number | 
| [in] | derivativenumber | derivative number | 
| [in] | nodenumber | node number | 
| [in] | componentnumber | component number | 
| [in] | variabletype | variable type | 
| [out] | value | On return, the relative error | 
| [out] | err | The error code. | 
Definition at line 9324 of file opencmiss_iron.f90.