#include "gstlearn_export.hpp"#include "Model/Model.hpp"#include "Simulation/ACalcSimulation.hpp"#include "Simulation/SimuRefineParam.hpp"Classes | |
| class | CalcSimuRefine |
Functions | |
| GSTLEARN_EXPORT DbGrid * | simulation_refine (DbGrid *dbin, Model *model, const SimuRefineParam ¶m, int seed=432432, bool verbose=false, const NamingConvention &namconv=NamingConvention("Refine")) |
| GSTLEARN_EXPORT DbGrid* simulation_refine | ( | DbGrid * | dbin, |
| Model * | model, | ||
| const SimuRefineParam & | param, | ||
| int | seed, | ||
| bool | verbose, | ||
| const NamingConvention & | namconv | ||
| ) |
Refine the simulation
| [in] | dbin | Input grid Db structure |
| [in] | model | Model structure |
| [in] | param | SimuRefineParam structure |
| [in] | seed | Seed for the random number generator |
| [in] | verbose | Verbosity flag |
| [in] | namconv | Naming convention |