OpenCMISS-Iron FORTRAN API Documentation
|
Finishes the creation of a new data projection. More...
Private Member Functions | |
subroutine | cmfe_dataprojection_createfinishnumber (dataProjectionUserNumber, regionUserNumber, err) |
Finishes the creation of a new data projection identified by a region user number. More... | |
subroutine | cmfe_dataprojection_createfinishobj (dataProjection, err) |
Finishes the creation of a new data projection identified by an object. More... | |
Finishes the creation of a new data projection.
Definition at line 1818 of file opencmiss_iron.f90.
|
private |
Finishes the creation of a new 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 user number of the region containing the data points which associates to the data projection to finish the creation of. |
[out] | err | The error code |
Definition at line 20289 of file opencmiss_iron.f90.
|
private |
Finishes the creation of a new data projection identified by an object.
[in,out] | dataprojection | The data projection to finish the creation of |
[out] | err | The error code |
Definition at line 20333 of file opencmiss_iron.f90.