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

Set the candidate element numbers and their local face/line numbers. More...

Private Member Functions

subroutine cmfe_dataprojection_projectioncandidatessetregionnumber (dataProjectionUserNumber, regionUserNumber, candidateElements, localFaceLineNumbers, err)
 Evaluate the data points position in a field based on data projection in a region, identified by user number. More...
 
subroutine cmfe_dataprojection_projectioncandidatessetinterfacenumber (dataProjectionUserNumber, parentRegionUserNumber, interfaceUserNumber, candidateElements, localFaceLineNumbers, err)
 Evaluate the data points position in a field based on data projection in an interface, identified by user number. More...
 
subroutine cmfe_dataprojection_projectioncandidatessetobj (dataProjection, candidateElements, localFaceLineNumbers, err)
 Evaluate the data points position in a field based on data projection, identified by object. More...
 

Detailed Description

Set the candidate element numbers and their local face/line numbers.

Definition at line 1885 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_dataprojection_projectioncandidatesset::cmfe_dataprojection_projectioncandidatessetinterfacenumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  parentRegionUserNumber,
integer(intg), intent(in)  interfaceUserNumber,
integer(intg), dimension(:), intent(in)  candidateElements,
integer(intg), dimension(:), intent(in)  localFaceLineNumbers,
integer(intg), intent(out)  err 
)
private

Evaluate the data points position in a field based on data projection in an interface, identified by user number.

Parameters
[in]dataprojectionusernumberThe data projection user number of the data projection
[in]parentregionusernumberThe parent region number of the interface for the data projection
[in]interfaceusernumberThe interface number for the data projection
[in]candidateelementsThe candidate element for the projection
[in]localfacelinenumbersThe local face/line number for the candidate elements
[out]errThe error code.

Definition at line 20723 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_projectioncandidatesset::cmfe_dataprojection_projectioncandidatessetobj ( type(cmfe_dataprojectiontype), intent(inout)  dataProjection,
integer(intg), dimension(:), intent(in)  candidateElements,
integer(intg), dimension(:), intent(in)  localFaceLineNumbers,
integer(intg), intent(out)  err 
)
private

Evaluate the data points position in a field based on data projection, identified by object.

Parameters
[in,out]dataprojectionThe data projection used to evaluate data points position
[in]candidateelementsThe candidate element for the projection
[in]localfacelinenumbersThe local face/line number for the candidate elements
[out]errThe error code.

Definition at line 20781 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_dataprojection_projectioncandidatesset::cmfe_dataprojection_projectioncandidatessetregionnumber ( integer(intg), intent(in)  dataProjectionUserNumber,
integer(intg), intent(in)  regionUserNumber,
integer(intg), dimension(:), intent(in)  candidateElements,
integer(intg), dimension(:), intent(in)  localFaceLineNumbers,
integer(intg), intent(out)  err 
)
private

Evaluate the data points position in a field based on data projection in a region, identified by user number.

Parameters
[in]dataprojectionusernumberThe data projection user number of the data projection
[in]regionusernumberThe region user number of the data projection and field
[in]candidateelementsThe candidate element for the projection
[in]localfacelinenumbersThe local face/line number for the candidate elements
[out]errThe error code.

Definition at line 20674 of file opencmiss_iron.f90.