| OpenCMISS-Iron FORTRAN API Documentation
    | 
Get integral of numerical values. More...
| Private Member Functions | |
| subroutine | cmfe_analyticanalysis_integralnumericalvaluegetnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, integralValue, ghostIntegralValue, err) | 
| Get integral value for the numerical values.  More... | |
| subroutine | cmfe_analyticanalysis_integralnumericalvaluegetobj (field, variableType, componentNumber, integralValue, ghostIntegralValue, err) | 
| Get integral value for the numerical values.  More... | |
Get integral of numerical values.
Definition at line 494 of file opencmiss_iron.f90.
| 
 | private | 
Get integral value for the numerical values.
| [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 10005 of file opencmiss_iron.f90.
| 
 | private | 
Get integral value for the numerical values.
| [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 10056 of file opencmiss_iron.f90.