|
int | Db::getSimRank (int isimu, int ivar, int icase, int nbsimu, int nvar) const |
|
double | Db::getSimvar (const ELoc &locatorType, int iech, int isimu, int ivar, int icase, int nbsimu, int nvar) const |
|
void | Db::setSimvar (const ELoc &locatorType, int iech, int isimu, int ivar, int icase, int nbsimu, int nvar, double value) |
|
void | Db::updSimvar (const ELoc &locatorType, int iech, int isimu, int ivar, int icase, int nbsimu, int nvar, const EOperator &oper, double value) |
|
These functions allow designation of columns which contain the results of one simulation for one variable in particular.
- Parameters
-
locatorType | Target locator type |
iech | Rank of the target sample |
isimu | Rank of the simulation (0-based) |
ivar | Rank of the variable (0-based) |
icase | Rank of the GRF / PGS |
nbsimu | Number of simulations |
nvar | Number of variables |
value | Value to be assigned |
int Db::getSimRank |
( |
int |
isimu, |
|
|
int |
ivar, |
|
|
int |
icase, |
|
|
int |
nbsimu, |
|
|
int |
nvar |
|
) |
| const |
Returns the address of the combination
- Returns
- Returned value
- Parameters
-
[in] | isimu | Rank of the simulation |
[in] | ivar | Rank of the variable |
[in] | icase | Rank of the GRF / PGS |
[in] | nbsimu | Number of simulations |
[in] | nvar | Number of variables |
double Db::getSimvar |
( |
const ELoc & |
locatorType, |
|
|
int |
iech, |
|
|
int |
isimu, |
|
|
int |
ivar, |
|
|
int |
icase, |
|
|
int |
nbsimu, |
|
|
int |
nvar |
|
) |
| const |
Returns the value of a simulation / variable for a given sample
void Db::setSimvar |
( |
const ELoc & |
locatorType, |
|
|
int |
iech, |
|
|
int |
isimu, |
|
|
int |
ivar, |
|
|
int |
icase, |
|
|
int |
nbsimu, |
|
|
int |
nvar, |
|
|
double |
value |
|
) |
| |
Set the value of a simulation / variable for a given sample
void Db::updSimvar |
( |
const ELoc & |
locatorType, |
|
|
int |
iech, |
|
|
int |
isimu, |
|
|
int |
ivar, |
|
|
int |
icase, |
|
|
int |
nbsimu, |
|
|
int |
nvar, |
|
|
const EOperator & |
oper, |
|
|
double |
value |
|
) |
| |
Update the value of a simulation / variable for a given sample