OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_datapoints_valuesget Interface Reference

Returns the values for a data point identified by a given global number. More...

Private Member Functions

subroutine cmfe_datapoints_valuesgetnumber (regionUserNumber, dataPointGlobalNumber, dataPointValues, err)
 Returns the values for a data point in a set of data points identified by user number. More...
 
subroutine cmfe_datapoints_valuesgetobj (dataPoints, dataPointGlobalNumber, dataPointValues, err)
 Returns the values for a data point in a set of data points identified by an object. More...
 

Detailed Description

Returns the values for a data point identified by a given global number.

Todo:
should this be a user number?

Definition at line 1741 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_datapoints_valuesget::cmfe_datapoints_valuesgetnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  dataPointGlobalNumber,
real(dp), dimension(:), intent(out)  dataPointValues,
integer(intg), intent(out)  err 
)
private

Returns the values for a data point in a set of data points identified by user number.

Parameters
[in]regionusernumberThe user number of the region containing the data points to get the data point user number for.
[in]datapointglobalnumberThe global number of the data points to get the data point values for.
[out]datapointvaluesOn return, the values for the data point.
[out]errThe error code.

Definition at line 19875 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_datapoints_valuesget::cmfe_datapoints_valuesgetobj ( type(cmfe_datapointstype), intent(in)  dataPoints,
integer(intg), intent(in)  dataPointGlobalNumber,
real(dp), dimension(:), intent(out)  dataPointValues,
integer(intg), intent(out)  err 
)
private

Returns the values for a data point in a set of data points identified by an object.

Parameters
[in]datapointsThe data points to get the data point user number for.
[in]datapointglobalnumberThe global number of the data points to get the data point user number for.
[out]datapointvaluesOn return, the values for the data point.
[out]errThe error code.

Definition at line 19915 of file opencmiss_iron.f90.