OpenCMISS-Iron FORTRAN API Documentation
|
Get the absolute error of the node. More...
Private Member Functions | |
subroutine | cmfe_analyticanalysis_absoluteerrorgetnodenumber (regionUserNumber, fieldUserNumber, variableType, versionNumber, derivativeNumber, nodeNumber, componentNumber, value, err) |
Get absolute error value for the node in a field specified by a user number compared to the analytic value. More... | |
subroutine | cmfe_analyticanalysis_absoluteerrorgetnodeobj (field, variableType, versionNumber, derivativeNumber, nodeNumber, componentNumber, value, err) |
Get absolute error value for the node in a field identified by an object compared to the analytic value. More... | |
Get the absolute error of the node.
Definition at line 428 of file opencmiss_iron.f90.
|
private |
Get absolute error value for the node 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] | versionnumber | derivative version number |
[in] | derivativenumber | derivative number |
[in] | nodenumber | node number |
[in] | componentnumber | component number |
[in] | variabletype | variable type |
[out] | value | On return, the absolute error |
[out] | err | The error code. |
Definition at line 9096 of file opencmiss_iron.f90.
|
private |
Get absolute error value for the node 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] | versionnumber | derivative version number |
[in] | derivativenumber | derivative number |
[in] | nodenumber | node number |
[in] | componentnumber | component number |
[in] | variabletype | variable type |
[out] | value | On return, the absolute error |
[out] | err | The error code. |
Definition at line 9149 of file opencmiss_iron.f90.