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

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

Private Member Functions

subroutine cmfe_dataprojection_absolutetolerancesetnumber (dataProjectionUserNumber, regionUserNumber, absoluteTolerance, err)
 Sets/changes the absolute tolerance of data projection identified by a region user number. More...
 
subroutine cmfe_dataprojection_absolutetolerancesetobj (dataProjection, absoluteTolerance, err)
 Sets/changes the absolute tolerance of data projection identified an object. More...
 

Detailed Description

Sets/changes the absolute tolerance for a data projection.

Definition at line 1812 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

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

Definition at line 20217 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_absolutetoleranceset::cmfe_dataprojection_absolutetolerancesetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
real(dp), intent(in)  absoluteTolerance,
integer(intg), intent(out)  err 
)
private

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

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

Definition at line 20263 of file opencmiss_iron.f90.