OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_analyticanalysis_output Interface Reference

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...
 

Detailed Description

Output the analytic error analysis for a field compared to the analytic values parameter set.

Definition at line 422 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_analyticanalysis_output::cmfe_analyticanalysis_outputnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  fieldUserNumber,
character(len=*), intent(in)  fileName,
integer(intg), intent(out)  err 
)
private

Output the analytic error analysis for a field specified by a user number compared to the analytic values parameter set.

Parameters
[in]regionusernumberThe user number of the region containing the field for analytic error analysis.
[in]fieldusernumberThe user number of the field to calculate the analytic error analysis for.
[in]filenameIf not empty, the filename to output the analytic analysis to. If empty, the analysis will be output to the standard output.
[out]errThe error code.

Definition at line 9024 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_analyticanalysis_output::cmfe_analyticanalysis_outputobj ( type(cmfe_fieldtype), intent(in)  field,
character(len=*), intent(in)  fileName,
integer(intg), intent(out)  err 
)
private

Output the analytic error analysis for a field identified by an object compared to the analytic values parameter set.

Parameters
[in]fieldThe dependent field to calculate the analytic error analysis for.
[in]filenameIf not empty, the filename to output the analytic analysis to. If empty, the analysis will be output to the standard output.
[out]errThe error code.

Definition at line 9069 of file opencmiss_iron.f90.