OpenCMISS-Iron Internal API Documentation
|
Returns the starting xi for a data projection. More...
Private Member Functions | |
subroutine | cmfe_dataprojection_startingxigetnumber (dataProjectionUserNumber, regionUserNumber, startingXi, err) |
Returns the starting xi of data projection identified by a data projection user number and region user number. More... | |
subroutine | cmfe_dataprojection_startingxigetobj (dataProjection, startingXi, err) |
Returns the starting xi of data projection identified an object. More... | |
Returns the starting xi for a data projection.
Definition at line 1916 of file opencmiss_iron.f90.
|
private |
Returns the starting xi of data projection identified by a data projection user number and 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 starting xi for. |
[out] | startingxi | On exit, the absolute starting xi of the specified data projection |
[out] | err | The error code. |
Definition at line 22299 of file opencmiss_iron.f90.
|
private |
Returns the starting xi of data projection identified an object.
[in,out] | dataprojection | The data projection to get starting xi for. |
[out] | startingxi | On exit, the absolute starting xi of the specified data projection |
[out] | err | The error code. |
Definition at line 22345 of file opencmiss_iron.f90.