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

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

Detailed Description

Sets/changes the starting xi for a data projection.

Definition at line 1922 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_startingxiset::cmfe_dataprojection_startingxisetnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
real(dp), dimension(:), intent(in)  startingXi,
integer(intg), intent(out)  err 
)
private

Sets/changes the starting xi of 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 region use number of data projection to set starting xi for.
[in]startingxithe absolute starting xi to set
[out]errThe error code.

Definition at line 22371 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_startingxiset::cmfe_dataprojection_startingxisetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
real(dp), dimension(:), intent(in)  startingXi,
integer(intg), intent(out)  err 
)
private

Sets/changes the starting xi of data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to set starting xi for.
[in]startingxithe absolute starting xi to set
[out]errThe error code.

Definition at line 22416 of file opencmiss_iron.f90.