OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_dataprojection_createfinish Interface Reference

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...
 

Detailed Description

Finishes the creation of a new data projection.

See also
OpenCMISS::Iron::cmfe_DataProjection_CreateStart

Definition at line 1818 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_createfinish::cmfe_dataprojection_createfinishnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(out)  err 
)
private

Finishes the creation of a new data projection identified by a region user number.

Parameters
[in]dataprojectionusernumberThe data projection user number of the data projection to get starting xi for.
[in]regionusernumberThe user number of the region containing the data points which associates to the data projection to finish the creation of.
[out]errThe error code

Definition at line 20289 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_createfinish::cmfe_dataprojection_createfinishobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
integer(intg), intent(out)  err 
)
private

Finishes the creation of a new data projection identified by an object.

Parameters
[in,out]dataprojectionThe data projection to finish the creation of
[out]errThe error code

Definition at line 20333 of file opencmiss_iron.f90.