OpenCMISS-Iron Internal API Documentation
|
Get integral of analytical values. More...
Private Member Functions | |
subroutine | cmfe_analyticanalysis_integralanalyticvaluegetnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, integralValue, ghostIntegralValue, err) |
Get integral value for the analytic values. More... | |
subroutine | cmfe_analyticanalysis_integralanalyticvaluegetobj (field, variableType, componentNumber, integralValue, ghostIntegralValue, err) |
Get integral value for the analytic values. More... | |
Get integral of analytical values.
Definition at line 500 of file opencmiss_iron.f90.
|
private |
Get integral value for the analytic 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 10088 of file opencmiss_iron.f90.
|
private |
Get integral value for the analytic 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 10139 of file opencmiss_iron.f90.