OpenCMISS-Iron Internal API Documentation
|
Output the analytic error analysis for a field compared to the analytic values parameter set. More...
Private Member Functions | |
subroutine | cmfe_analyticanalysis_outputnumber (regionUserNumber, fieldUserNumber, fileName, err) |
Output the analytic error analysis for a field specified by a user number compared to the analytic values parameter set. More... | |
subroutine | cmfe_analyticanalysis_outputobj (field, fileName, err) |
Output the analytic error analysis for a field identified by an object compared to the analytic values parameter set. More... | |
Output the analytic error analysis for a field compared to the analytic values parameter set.
Definition at line 422 of file opencmiss_iron.f90.
|
private |
Output the analytic error analysis for a field specified by a user number compared to the analytic values parameter set.
[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] | filename | If not empty, the filename to output the analytic analysis to. If empty, the analysis will be output to the standard output. |
[out] | err | The error code. |
Definition at line 9024 of file opencmiss_iron.f90.
|
private |
Output the analytic error analysis for a field identified by an object compared to the analytic values parameter set.
[in] | field | The dependent field to calculate the analytic error analysis for. |
[in] | filename | If not empty, the filename to output the analytic analysis to. If empty, the analysis will be output to the standard output. |
[out] | err | The error code. |
Definition at line 9069 of file opencmiss_iron.f90.