gstlearn
1.0.0
CCC
|
#include <CalcSimuPostPropByLayer.hpp>
Public Member Functions | |
CalcSimuPostPropByLayer () | |
CalcSimuPostPropByLayer (const CalcSimuPostPropByLayer &r)=delete | |
CalcSimuPostPropByLayer & | operator= (const CalcSimuPostPropByLayer &r)=delete |
virtual | ~CalcSimuPostPropByLayer () |
void | setFlagTopToBase (bool topToBase) |
Public Member Functions inherited from CalcSimuPost | |
CalcSimuPost () | |
CalcSimuPost (const CalcSimuPost &r)=delete | |
CalcSimuPost & | operator= (const CalcSimuPost &r)=delete |
virtual | ~CalcSimuPost () |
void | setNames (VectorString names) |
void | setNfact (VectorInt nfact) |
void | setUpscale (const EPostUpscale &upscale) |
void | setVerbose (bool verbose) |
void | setFlagMatch (bool match) |
void | setFlagUpscale (bool flagUpscale) |
void | setStats (std::vector< EPostStat > stats) |
void | setCheckTargets (const VectorInt &ranks) |
void | setCheckLevel (int level) |
Public Member Functions inherited from ACalcDbToDb | |
ACalcDbToDb (bool mustShareSameSpaceDimension=true) | |
ACalcDbToDb (const ACalcDbToDb &r)=delete | |
ACalcDbToDb & | operator= (const ACalcDbToDb &r)=delete |
virtual | ~ACalcDbToDb () |
void | setDbin (Db *dbin) |
void | setDbout (Db *dbout) |
void | setNamingConvention (const NamingConvention &namconv) |
void | setMustShareSpaceDimension (bool mustShareSpaceDimension) |
Db * | getDbin () const |
Db * | getDbout () const |
DbGrid * | getGridin () const |
DbGrid * | getGridout () const |
bool | hasDbin (bool verbose=true) const |
bool | hasDbout (bool verbose=true) const |
bool | isGridIn (bool verbose=true) const |
bool | isGridOut (bool verbose=true) const |
Public Member Functions inherited from ACalculator | |
ACalculator () | |
ACalculator (const ACalculator &r)=delete | |
ACalculator & | operator= (const ACalculator &r)=delete |
virtual | ~ACalculator () |
bool | run () |
Protected Member Functions | |
bool | _check () override |
Interface for ACalcDbToDb. More... | |
int | _getTransfoNvar () const override |
void | _transformFunction (const VectorDouble &tabin, VectorDouble &tabout) const override |
Protected Member Functions inherited from CalcSimuPost | |
virtual bool | _preprocess () override |
virtual bool | _run () override |
virtual bool | _postprocess () override |
virtual void | _rollback () override |
int | _getNVar () const |
int | _getIechout () const |
bool | _getFlagUpscale () const |
Protected Member Functions inherited from ACalcDbToDb | |
virtual int | _getNDim () const |
int | _addVariableDb (int whichDb, int status, const ELoc &locatorType, int locatorIndex=0, int number=1, double valinit=0.) |
void | _renameVariable (int whichDb, const VectorString &names, const ELoc &locatorType, int nvar, int iptr, const String &name, int count, bool flagSetLocator=true, int shift=0) |
void | _storeInVariableList (int whichDb, int status, const VectorInt &iuids) |
int | _expandInformation (int mode, const ELoc &locatorType) |
void | _cleanVariableDb (int status) |
Db * | _whichDb (int whichDb) |
String | _identifyVariable (int iuid) const |
Private Attributes | |
const DbGrid * | _dbgrid |
Pointer to 'dbout'. Not to be freed. More... | |
bool | _flagTopToBase |
This particular Multivariate Simulation post_processing considers each simulated variable as a thickness of ordered layers (define in R_N). For each cell of the output grid (defined in R_{N+1}, we calculate the proportion of each layer within the cell
CalcSimuPostPropByLayer::CalcSimuPostPropByLayer | ( | ) |
|
delete |
|
virtual |
|
overrideprotectedvirtual |
Interface for ACalcDbToDb.
Reimplemented from CalcSimuPost.
|
overrideprotectedvirtual |
Returns the number of variables after transformation This number is one more than the number of input simulated variables
Reimplemented from CalcSimuPost.
|
overrideprotectedvirtual |
Perform the Transformation to convert one multivariate input vector 'tabin' into one multivariate output vector.
Z_n_k_s | Input information (Dimension: 'n') |
Y_p_k_s | Output information (Dimension: 'p') |
Reimplemented from CalcSimuPost.
|
delete |
|
inline |
|
private |
Pointer to 'dbout'. Not to be freed.
|
private |