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

Returns the starting xi for a data projection. More...

Private Member Functions

subroutine cmfe_dataprojection_startingxigetnumber (dataProjectionUserNumber, regionUserNumber, startingXi, err)
 Returns the starting xi of data projection identified by a data projection user number and region user number. More...
 
subroutine cmfe_dataprojection_startingxigetobj (dataProjection, startingXi, err)
 Returns the starting xi of data projection identified an object. More...
 

Detailed Description

Returns the starting xi for a data projection.

Definition at line 1916 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

Returns the starting xi of data projection identified by a data projection user number and region user number.

Parameters
[in]dataprojectionusernumberThe data projection user number of the data projection to get starting xi for.
[in]regionusernumberThe region user number of the data projection to get starting xi for.
[out]startingxiOn exit, the absolute starting xi of the specified data projection
[out]errThe error code.

Definition at line 22299 of file opencmiss_iron.f90.

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

Returns the starting xi of data projection identified an object.

Parameters
[in,out]dataprojectionThe data projection to get starting xi for.
[out]startingxiOn exit, the absolute starting xi of the specified data projection
[out]errThe error code.

Definition at line 22345 of file opencmiss_iron.f90.