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

Returns the absolute tolerance for a data projection. More...

Private Member Functions

subroutine cmfe_dataprojection_absolutetolerancegetnumber (dataProjectionUserNumber, regionUserNumber, absoluteTolerance, err)
 Returns the absolute tolerance of data projection identified by a region user number. More...
 
subroutine cmfe_dataprojection_absolutetolerancegetobj (dataProjection, absoluteTolerance, err)
 Returns the absolute tolerance of data projection identified an object. More...
 

Detailed Description

Returns the absolute tolerance for a data projection.

Definition at line 1806 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_absolutetoleranceget::cmfe_dataprojection_absolutetolerancegetnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
real(dp), intent(out)  absoluteTolerance,
integer(intg), intent(out)  err 
)
private

Returns the absolute tolerance of data projection identified by a region user number.

Parameters
[in]dataprojectionusernumberThe data projection user number of the data projection to get starting xi for.
[in]regionusernumberThe region user number of the data projection to get tolerance for.
[out]absolutetoleranceOn exit, the absolute tolerance of the specified data projection
[out]errThe error code.

Definition at line 20145 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_absolutetoleranceget::cmfe_dataprojection_absolutetolerancegetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
real(dp), intent(out)  absoluteTolerance,
integer(intg), intent(out)  err 
)
private

Returns the absolute tolerance of data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to get tolerance for.
[out]absolutetoleranceOn exit, the absolute tolerance of the specified data projection
[out]errThe error code.

Definition at line 20191 of file opencmiss_iron.f90.