|
| | SimuSpherical (Id nbsimu=1, Id seed=4324324) |
| |
| | SimuSpherical (const SimuSpherical &r)=delete |
| |
| SimuSpherical & | operator= (const SimuSpherical &r)=delete |
| |
| virtual | ~SimuSpherical () |
| |
| Id | simulate (DbGrid *db, Model *model, const SimuSphericalParam &sphepar, Id iptr, bool verbose=false) |
| |
| | simulate_mesh (MeshSpherical *mesh, Model *model, const SimuSphericalParam &sphepar, bool verbose=false) |
| |
| | ACalcSimulation (Id nbsimu=1, Id seed=4324324, bool verbose=false) |
| |
| | ACalcSimulation (const ACalcSimulation &r)=delete |
| |
| ACalcSimulation & | operator= (const ACalcSimulation &r)=delete |
| |
| virtual | ~ACalcSimulation () |
| |
| bool | isConditional () const |
| |
| Id | getSeed () const |
| |
| Id | getNbSimu () const |
| |
| Id | getNVar () const |
| |
| void | setShift (Id shift) |
| |
| void | setSeed (Id seed) |
| |
| void | setNbSimu (Id nbsimu) |
| |
| Id | getSeedPerSimu (Id isimu) const |
| |
| | ACalcInterpolator (bool verbose=false) |
| |
| | ACalcInterpolator (const ACalcInterpolator &r)=delete |
| |
| ACalcInterpolator & | operator= (const ACalcInterpolator &r)=delete |
| |
| virtual | ~ACalcInterpolator () |
| |
| void | setModelGeneric (ModelGeneric *modelGeneric) |
| |
| void | setNeigh (ANeigh *neigh) |
| |
| void | setKrigopt (const KrigOpt &krigopt) |
| |
| ModelGeneric * | getModelGeneric () const |
| |
| ANeigh * | getNeigh () const |
| |
| const KrigOpt & | getKrigopt () const |
| |
| bool | hasModelGeneric (bool verbose=true) const |
| |
| bool | hasNeigh (bool verbose=true) const |
| |
| | ACalcDbToDb (bool mustShareSameSpaceDimension=true, bool verbose=false) |
| |
| | 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 |
| |
| const NamingConvention & | getNamingConvention () 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 |
| |
| | ACalculator (bool verbose=false) |
| |
| | ACalculator (const ACalculator &r)=delete |
| |
| ACalculator & | operator= (const ACalculator &r)=delete |
| |
| virtual | ~ACalculator () |
| |
| bool | run () |
| |
| bool | getVerbose () const |
| |
| void | setVerbose (bool verbose) |
| |