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

Sets/changes the weights for a data point identified by a given global number. More...

Private Member Functions

subroutine cmfe_datapoints_weightssetnumber (regionUserNumber, dataPointGlobalNumber, dataPointWeights, err)
 Sets/changes the weights for a data point in a set of data points identified by user number. More...
 
subroutine cmfe_datapoints_weightssetobj (dataPoints, dataPointGlobalNumber, dataPointWeights, err)
 Sets/changes the weights for a data point in a set of data points identified by an object. More...
 

Detailed Description

Sets/changes the weights for a data point identified by a given global number.

Todo:
should this be a user number?

Definition at line 1759 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

Sets/changes 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 set the data point user number for.
[in]datapointglobalnumberThe global number of the data points to set the data point user number for.
[in]datapointweightsThe weights for the data point to set.
[out]errThe error code.

Definition at line 20076 of file opencmiss_iron.f90.

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

Sets/changes the weights for a data point in a set of data points identified by an object.

Parameters
[in]datapointsThe data points to set the data point user number for.
[in]datapointglobalnumberThe global number of the data points to set the data point user number for.
[in]datapointweightsThe weights for the data point to set.
[out]errThe error code.

Definition at line 20116 of file opencmiss_iron.f90.