OpenCMISS-Iron FORTRAN API Documentation
|
Returns the projection element face number for a data point identified by a given user number. More...
Private Member Functions | |
subroutine | cmfe_dataprojection_resultelementfacenumbergetnumber (regionUserNumber, dataProjectionUserNumber, dataPointUserNumber, ProjectionElementFaceNumber, err) |
Returns the projection element face number for a data point in a set of data points identified by user number. More... | |
subroutine | cmfe_dataprojection_resultelementfacenumbergetobj (dataProjection, dataPointUserNumber, ProjectionElementFaceNumber, err) |
Returns the projection element face number for a data point in a set of data points identified by an object. More... | |
Returns the projection element face number for a data point identified by a given user number.
Definition at line 1967 of file opencmiss_iron.f90.
|
private |
Returns the projection element face number for a data point in a set of data points identified by user number.
[in] | regionusernumber | The user number of the region containing the data points to get attributes for. |
[in] | dataprojectionusernumber | The user number of the data projection containing the data points to get attributes for. |
[in] | datapointusernumber | The user number of the data points to get attributes for. |
[out] | projectionelementfacenumber | On return, the projection element face number for the data point. |
[out] | err | The error code. |
Definition at line 21267 of file opencmiss_iron.f90.
|
private |
Returns the projection element face number for a data point in a set of data points identified by an object.
[in] | dataprojection | The data projection to get attributes for. |
[in] | datapointusernumber | The user number of the data points to get attributes for. |
[out] | projectionelementfacenumber | On return, the projection element face number for the data point. |
[out] | err | The error code. |
Definition at line 21323 of file opencmiss_iron.f90.