| OpenCMISS-Iron FORTRAN API Documentation
    | 
Get integral of absolute errors. More...
| Private Member Functions | |
| subroutine | cmfe_analyticanalysis_integralabsoluteerrorgetnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, integralValue, ghostIntegralValue, err) | 
| Get integral value for the absolute errors.  More... | |
| subroutine | cmfe_analyticanalysis_integralabsoluteerrorgetobj (field, variableType, componentNumber, integralValue, ghostIntegralValue, err) | 
| Get integral value for the absolute errors.  More... | |
Get integral of absolute errors.
Definition at line 512 of file opencmiss_iron.f90.
| 
 | private | 
Get integral value for the absolute errors.
| [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 | 
| [out] | integralvalue | On return, the integral value | 
| [out] | ghostintegralvalue | On return, ghost integral value | 
| [out] | err | The error code. | 
Definition at line 10254 of file opencmiss_iron.f90.
| 
 | private | 
Get integral value for the absolute errors.
| [in] | field | The dependent field to calculate the analytic error analysis for. | 
| [in] | componentnumber | component number | 
| [in] | variabletype | variable type | 
| [out] | integralvalue | On return, the integral value | 
| [out] | ghostintegralvalue | On return, ghost integral value | 
| [out] | err | The error code. | 
Definition at line 10305 of file opencmiss_iron.f90.