| OpenCMISS-Iron FORTRAN API Documentation
    | 
Get the absolute error of the element. More...
| Private Member Functions | |
| subroutine | cmfe_analyticanalysis_absoluteerrorgetelementnumber (regionUserNumber, fieldUserNumber, variableType, elementNumber, componentNumber, value, err) | 
| Get absolute error value for the element in a field specified by a user number compared to the analytic value.  More... | |
| subroutine | cmfe_analyticanalysis_absoluteerrorgetelementobj (field, variableType, elementNumber, componentNumber, VALUE, err) | 
| Get absolute error value for the element in a field identified by an object compared to the analytic value.  More... | |
Get the absolute error of the element.
Definition at line 446 of file opencmiss_iron.f90.
| 
 | private | 
Get absolute error value for the element 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] | elementnumber | element number | 
| [in] | componentnumber | component number | 
| [in] | variabletype | variable type | 
| [out] | value | On return, the absolute error | 
| [out] | err | The error code. | 
Definition at line 9358 of file opencmiss_iron.f90.
| 
 | private | 
Get absolute error value for the element 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] | elementnumber | element number | 
| [in] | componentnumber | component number | 
| [in] | variabletype | variable type | 
| [out] | value | On return, the absolute error | 
| [out] | err | The error code. | 
Definition at line 9407 of file opencmiss_iron.f90.