#include "Calculators/ACalcDbToDb.hpp"
#include "geoslib_define.h"
#include "Enum/EPostUpscale.hpp"
#include "Db/Db.hpp"
#include "Matrix/Table.hpp"
#include "Calculators/CalcSimuPost.hpp"
#include "Basic/VectorHelper.hpp"
Functions | |
int | simuPost (Db *dbin, DbGrid *dbout, const VectorString &names, bool flag_match, const EPostUpscale &upscale, const std::vector< EPostStat > &stats, bool verbose, const VectorInt &check_targets, int check_level, const NamingConvention &namconv) |
int simuPost | ( | Db * | dbin, |
DbGrid * | dbout, | ||
const VectorString & | names, | ||
bool | flag_match, | ||
const EPostUpscale & | upscale, | ||
const std::vector< EPostStat > & | stats, | ||
bool | verbose, | ||
const VectorInt & | check_targets, | ||
int | check_level, | ||
const NamingConvention & | namconv | ||
) |
dbin | Input data base |
dbout | Output data base (must be a Grid) |
names | Vector of simulation names |
flag_match | True if the ranks of simulations must match; otherwise: product |
upscale | Option within EPostUpscale |
stats | Vector of options within EPostStat |
verbose | Verbose flag |
check_targets | Rank (1-based) of the target element to be checked (0: None; -1: All) |
check_level | 0: Statistics; 1: Sample Selection; 2: Iteration definition |
namconv | Naming convention |
Description of the Flow Chart: