#include <Calculators/CalcSimuPostPropByLayer.hpp>
Functions | |
int | simuPostPropByLayer (Db *dbin, DbGrid *dbout, const VectorString &names, bool flag_match, bool flag_topToBase, const EPostUpscale &upscale, const std::vector< EPostStat > &stats, bool verbose, const VectorInt &check_targets, int check_level, const NamingConvention &namconv) |
int simuPostPropByLayer | ( | Db * | dbin, |
DbGrid * | dbout, | ||
const VectorString & | names, | ||
bool | flag_match, | ||
bool | flag_topToBase, | ||
const EPostUpscale & | upscale, | ||
const std::vector< EPostStat > & | stats, | ||
bool | verbose, | ||
const VectorInt & | check_targets, | ||
int | check_level, | ||
const NamingConvention & | namconv | ||
) |
This is a particular use of Simulation Post-Processing functions. Its specificity comes from its transformation function.
It is assumed that each input variable corresponds to the thickness of ordered layers. This function receives a vector of multivariate information (for each combination of simulation outcome and for each sample of the input 'db').
If N designates the number of elements of the input vector, the transformation returns a vector of N+1 elements. This vector corresponds to the percentage of each layer within the target block
For a detailed list of arguments, see simuPost