Set the candidate element numbers and their local face/line numbers.
More...
|
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...
|
|
Set the candidate element numbers and their local face/line numbers.
Definition at line 1885 of file opencmiss_iron.f90.
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] | dataprojectionusernumber | The data projection user number of the data projection |
[in] | parentregionusernumber | The parent region number of the interface for the data projection |
[in] | interfaceusernumber | The interface number for the data projection |
[in] | candidateelements | The candidate element for the projection |
[in] | localfacelinenumbers | The local face/line number for the candidate elements |
[out] | err | The 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] | dataprojection | The data projection used to evaluate data points position |
[in] | candidateelements | The candidate element for the projection |
[in] | localfacelinenumbers | The local face/line number for the candidate elements |
[out] | err | The 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] | dataprojectionusernumber | The data projection user number of the data projection |
[in] | regionusernumber | The region user number of the data projection and field |
[in] | candidateelements | The candidate element for the projection |
[in] | localfacelinenumbers | The local face/line number for the candidate elements |
[out] | err | The error code. |
Definition at line 20674 of file opencmiss_iron.f90.