OpenCMISS-Iron Internal API Documentation
|
Sets/changes the starting xi for a data projection. More...
Private Member Functions | |
subroutine | cmfe_dataprojection_startingxisetnumber (dataProjectionUserNumber, regionUserNumber, startingXi, err) |
Sets/changes the starting xi of data projection identified by a region user number. More... | |
subroutine | cmfe_dataprojection_startingxisetobj (dataProjection, startingXi, err) |
Sets/changes the starting xi of data projection identified an object. More... | |
Sets/changes the starting xi for a data projection.
Definition at line 1922 of file opencmiss_iron.f90.
|
private |
Sets/changes the starting xi of 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 region use number of data projection to set starting xi for. |
[in] | startingxi | the absolute starting xi to set |
[out] | err | The error code. |
Definition at line 22371 of file opencmiss_iron.f90.
|
private |
Sets/changes the starting xi of data projection identified an object.
[in,out] | dataprojection | The data projection to set starting xi for. |
[in] | startingxi | the absolute starting xi to set |
[out] | err | The error code. |
Definition at line 22416 of file opencmiss_iron.f90.