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

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

Private Member Functions

subroutine cmfe_datapoints_weightsgetnumber (regionUserNumber, dataPointGlobalNumber, dataPointWeights, err)
 Returns the weights for a data point in a set of data points identified by user number. More...
 
subroutine cmfe_datapoints_weightsgetobj (dataPoints, dataPointGlobalNumber, dataPointWeights, err)
 Returns the weights for a data point in a set of data points identified by an object. More...
 

Detailed Description

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

Todo:
should this be a user number?

Definition at line 1753 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_datapoints_weightsget::cmfe_datapoints_weightsgetnumber ( integer(intg), intent(in)  regionUserNumber,
integer(intg), intent(in)  dataPointGlobalNumber,
real(dp), dimension(:), intent(out)  dataPointWeights,
integer(intg), intent(out)  err 
)
private

Returns the weights 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 user number for.
[out]datapointweightsOn return, the weights for the data point.
[out]errThe error code.

Definition at line 20009 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_datapoints_weightsget::cmfe_datapoints_weightsgetobj ( type(cmfe_datapointstype), intent(in)  dataPoints,
integer(intg), intent(in)  dataPointGlobalNumber,
real(dp), dimension(:), intent(out)  dataPointWeights,
integer(intg), intent(out)  err 
)
private

Returns the weights 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]datapointweightsOn return, the weights for the data point.
[out]errThe error code.

Definition at line 20049 of file opencmiss_iron.f90.