OpenCMISS-Iron Internal API Documentation
|
Get the relative error of the constant. More...
Private Member Functions | |
subroutine | cmfe_analyticanalysis_relativeerrorgetconstantnumber (regionUserNumber, fieldUserNumber, variableType, componentNumber, value, err) |
Get relative error value for the constant in a field specified by a user number compared to the analytic value. More... | |
subroutine | cmfe_analyticanalysis_relativeerrorgetconstantobj (field, variableType, componentNumber, VALUE, err) |
Get relative error value for the constant in a field identified by an object compared to the analytic value. More... | |
Get the relative error of the constant.
Definition at line 476 of file opencmiss_iron.f90.
|
private |
Get relative error value for the constant 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] | componentnumber | component number |
[in] | variabletype | variable type |
[out] | value | On return, the relative error |
[out] | err | The error code. |
Definition at line 9756 of file opencmiss_iron.f90.
|
private |
Get relative error value for the constant 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] | componentnumber | component number |
[in] | variabletype | variable type |
[out] | value | On return, the relative error |
[out] | err | The error code. |
Definition at line 9804 of file opencmiss_iron.f90.