OpenCMISS-Iron FORTRAN API Documentation
|
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... | |
Returns the absolute tolerance for a data projection.
Definition at line 1806 of file opencmiss_iron.f90.
|
private |
Returns the absolute tolerance of data projection identified by 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 tolerance for. |
[out] | absolutetolerance | On exit, the absolute tolerance of the specified data projection |
[out] | err | The error code. |
Definition at line 20145 of file opencmiss_iron.f90.
|
private |
Returns the absolute tolerance of data projection identified an object.
[in,out] | dataprojection | The data projection to get tolerance for. |
[out] | absolutetolerance | On exit, the absolute tolerance of the specified data projection |
[out] | err | The error code. |
Definition at line 20191 of file opencmiss_iron.f90.