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

Sets/changes the relative tolerance for a data projection. More...

Private Member Functions

subroutine cmfe_dataprojection_relativetolerancesetnumber (dataProjectionUserNumber, regionUserNumber, relativeTolerance, err)
 Sets/changes the relative tolerance of data projection identified by a data projection user number and a region user number. More...
 
subroutine cmfe_dataprojection_relativetolerancesetobj (dataProjection, relativeTolerance, err)
 Sets/changes the relative tolerance of data projection identified an object. More...
 

Detailed Description

Sets/changes the relative tolerance for a data projection.

Definition at line 1910 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

Sets/changes 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 use number of data projection to set relative tolerance for.
[in]relativetolerancethe absolute relative tolerance to set
[out]errThe error code.

Definition at line 22227 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_relativetoleranceset::cmfe_dataprojection_relativetolerancesetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
real(dp), intent(in)  relativeTolerance,
integer(intg), intent(out)  err 
)
private

Sets/changes the relative tolerance of data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to set relative tolerance for.
[in]relativetolerancethe absolute relative tolerance to set
[out]errThe error code.

Definition at line 22273 of file opencmiss_iron.f90.