OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_dataprojection_createstart Interface Reference

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

Detailed Description

Starts the creation of a new data projection.

See also
OpenCMISS::Iron::cmfe_DataProjection_CreateFinish

Definition at line 1824 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_createstart::cmfe_dataprojection_createstartnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  dataPointRegionUserNumber,
integer(intg), intent(in)  meshUserNumber,
integer(intg), intent(in)  meshRegionUserNumber,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]dataprojectionusernumberThe data projection user number.
[in]datapointregionusernumberThe region user number of the data points to be projected.
[in]meshusernumberThe field user number of the geometric field data points are be projected on.
[in]meshregionusernumberThe region user number of the geometric field data points are be projected on.
[out]errThe error code.

Definition at line 20359 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_createstart::cmfe_dataprojection_createstartobj ( integer(intg), intent(in)  dataProjectionUserNumber,
type(cmfe_datapointstype), intent(in)  dataPoints,
type(cmfe_meshtype), intent(in)  mesh,
type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in]dataprojectionusernumberThe data projection user number.
[in]datapointsThe data points to be projected
[in]meshThe mesh where data points is projected on
[in,out]dataprojectionOn exit, the newly created data projection.
[out]errThe error code.

Definition at line 20421 of file opencmiss_iron.f90.