OpenCMISS-Iron FORTRAN API Documentation
|
Get integral of relative errors. More...
Private Member Functions | |
subroutine | cmfe_analyticanalysis_integralrelativeerrorgetnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, integralValue, ghostIntegralValue, err) |
Get integral value for the relative error. More... | |
subroutine | cmfe_analyticanalysis_integralrelativeerrorgetobj (field, variableType, componentNumber, integralValue, ghostIntegralValue, err) |
Get integral value for the relative error. More... | |
Get integral of relative errors.
Definition at line 518 of file opencmiss_iron.f90.
|
private |
Get integral value for the relative error.
[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 10337 of file opencmiss_iron.f90.
|
private |
Get integral value for the relative error.
[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 10388 of file opencmiss_iron.f90.