OpenCMISS-Iron FORTRAN API Documentation
|
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... | |
Returns the relative tolerance for a data projection.
Definition at line 1904 of file opencmiss_iron.f90.
|
private |
Returns the relative tolerance of data projection identified by a data projection user number and a region user number.
[in] | dataprojectionusernumber | The data projection user number of the data projection to get starting xi for. |
[in] | regionusernumber | The region user number of the data projection to get relative tolerance for. |
[out] | relativetolerance | On exit, the absolute relative tolerance of the specified data projection |
[out] | err | The error code. |
Definition at line 22155 of file opencmiss_iron.f90.
|
private |
Returns the relative tolerance of data projection identified an object.
[in,out] | dataprojection | The data projection to get relative tolerance for. |
[out] | relativetolerance | On exit, the absolute relative tolerance of the specified data projection |
[out] | err | The error code. |
Definition at line 22201 of file opencmiss_iron.f90.