OpenCMISS-Iron Internal API Documentation
|
Destroy a data projection. More...
Private Member Functions | |
subroutine | cmfe_dataprojection_destroynumber (dataProjectionUserNumber, regionUserNumber, err) |
Destroys a data projection identified by region user number. More... | |
subroutine | cmfe_dataprojection_destroyobj (dataProjection, err) |
Destroys a data projection identified by an object. More... | |
Destroy a data projection.
Definition at line 1830 of file opencmiss_iron.f90.
|
private |
Destroys a data projection identified by 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 destroy. |
[out] | err | The error code. |
Definition at line 20450 of file opencmiss_iron.f90.
|
private |
Destroys a data projection identified by an object.
[in,out] | dataprojection | The data projection to destroy. |
[out] | err | The error code. |
Definition at line 20494 of file opencmiss_iron.f90.