OpenCMISS-Iron FORTRAN API Documentation
|
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... | |
Returns the weights for a data point identified by a given global number.
Definition at line 1753 of file opencmiss_iron.f90.
|
private |
Returns the weights for a data point in a set of data points identified by user number.
[in] | regionusernumber | The user number of the region containing the data points to get the data point user number for. |
[in] | datapointglobalnumber | The global number of the data points to get the data point user number for. |
[out] | datapointweights | On return, the weights for the data point. |
[out] | err | The error code. |
Definition at line 20009 of file opencmiss_iron.f90.
|
private |
Returns the weights for a data point in a set of data points identified by an object.
[in] | datapoints | The data points to get the data point user number for. |
[in] | datapointglobalnumber | The global number of the data points to get the data point user number for. |
[out] | datapointweights | On return, the weights for the data point. |
[out] | err | The error code. |
Definition at line 20049 of file opencmiss_iron.f90.