#include "geoslib_old_f.h"
#include "Db/DbGrid.hpp"
#include "Db/Db.hpp"
#include "Model/Model.hpp"
#include "Covariances/CovCalcMode.hpp"
#include "Simulation/CalcSimuRefine.hpp"
#include "Simulation/SimuRefineParam.hpp"
#include "Simulation/ACalcSimulation.hpp"
#include "Basic/Law.hpp"
#include <math.h>
Macros | |
#define | LHS(i, j) (lhs[(i) * neq + (j)]) |
#define | RHS(i) (rhs[(i)]) |
Functions | |
DbGrid * | simulation_refine (DbGrid *dbin, Model *model, const SimuRefineParam ¶m, int seed, bool verbose, const NamingConvention &namconv) |
#define LHS | ( | i, | |
j | |||
) | (lhs[(i) * neq + (j)]) |
#define RHS | ( | i | ) | (rhs[(i)]) |
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 |