|
OpenCMISS-Iron Internal API Documentation
|
Starts the creation of a new data projection. More...
Private Member Functions | |
| subroutine | cmfe_dataprojection_createstartnumber (dataProjectionUserNumber, dataPointRegionUserNumber, meshUserNumber, meshRegionUserNumber, err) |
| Starts the creation of a new data projection for a data projection identified by a region user number. More... | |
| subroutine | cmfe_dataprojection_createstartobj (dataProjectionUserNumber, dataPoints, mesh, dataProjection, err) |
| Starts the creation of a new data projection for a data projection identified by an object. More... | |
Starts the creation of a new data projection.
Definition at line 1824 of file opencmiss_iron.f90.
|
private |
Starts the creation of a new data projection for a data projection identified by a region user number.
| [in] | dataprojectionusernumber | The data projection user number. |
| [in] | datapointregionusernumber | The region user number of the data points to be projected. |
| [in] | meshusernumber | The field user number of the geometric field data points are be projected on. |
| [in] | meshregionusernumber | The region user number of the geometric field data points are be projected on. |
| [out] | err | The error code. |
Definition at line 20359 of file opencmiss_iron.f90.
|
private |
Starts the creation of a new data projection for a data projection identified by an object.
| [in] | dataprojectionusernumber | The data projection user number. |
| [in] | datapoints | The data points to be projected |
| [in] | mesh | The mesh where data points is projected on |
| [in,out] | dataprojection | On exit, the newly created data projection. |
| [out] | err | The error code. |
Definition at line 20421 of file opencmiss_iron.f90.