OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_dataprojection_relativetoleranceget Interface Reference

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

Private Member Functions

subroutine cmfe_dataprojection_relativetolerancegetnumber (dataProjectionUserNumber, regionUserNumber, relativeTolerance, err)
 Returns the relative tolerance of data projection identified by a data projection user number and a region user number. More...
 
subroutine cmfe_dataprojection_relativetolerancegetobj (dataProjection, relativeTolerance, err)
 Returns the relative tolerance of data projection identified an object. More...
 

Detailed Description

Returns the relative tolerance for a data projection.

Definition at line 1904 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_relativetoleranceget::cmfe_dataprojection_relativetolerancegetnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
real(dp), intent(out)  relativeTolerance,
integer(intg), intent(out)  err 
)
private

Returns the relative tolerance of data projection identified by a data projection user number and 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 relative tolerance for.
[out]relativetoleranceOn exit, the absolute relative tolerance of the specified data projection
[out]errThe error code.

Definition at line 22155 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_relativetoleranceget::cmfe_dataprojection_relativetolerancegetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
real(dp), intent(out)  relativeTolerance,
integer(intg), intent(out)  err 
)
private

Returns the relative tolerance of data projection identified an object.

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

Definition at line 22201 of file opencmiss_iron.f90.