#include <SimuSpherical.hpp>
Public Member Functions | |
| SimuSpherical (int nbsimu=1, int seed=4324324) | |
| SimuSpherical (const SimuSpherical &r)=delete | |
| SimuSpherical & | operator= (const SimuSpherical &r)=delete |
| virtual | ~SimuSpherical () |
| int | simulate (DbGrid *db, Model *model, const SimuSphericalParam &sphepar, int iptr, bool verbose=false) |
| VectorDouble | simulate_mesh (MeshSpherical *mesh, Model *model, const SimuSphericalParam &sphepar, bool verbose=false) |
Public Member Functions inherited from ACalcSimulation | |
| ACalcSimulation (int nbsimu, int seed=4324324) | |
| ACalcSimulation (const ACalcSimulation &r)=delete | |
| ACalcSimulation & | operator= (const ACalcSimulation &r)=delete |
| virtual | ~ACalcSimulation () |
| int | getSeed () const |
| int | getNbSimu () const |
| void | setSeed (int seed) |
| void | setNbSimu (int nbsimu) |
Public Member Functions inherited from ACalcInterpolator | |
| ACalcInterpolator () | |
| ACalcInterpolator (const ACalcInterpolator &r)=delete | |
| ACalcInterpolator & | operator= (const ACalcInterpolator &r)=delete |
| virtual | ~ACalcInterpolator () |
| void | setModel (Model *model) |
| void | setNeigh (ANeigh *neigh) |
| Model * | getModel () const |
| ANeigh * | getNeigh () const |
| bool | hasModel (bool verbose=true) const |
| bool | hasNeigh (bool verbose=true) const |
Public Member Functions inherited from ACalcDbToDb | |
| ACalcDbToDb (bool mustShareSameSpaceDimension=true) | |
| 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 |
| bool | hasDbin (bool verbose=true) const |
| bool | hasDbout (bool verbose=true) const |
| bool | isGridIn (bool verbose=true) const |
| bool | isGridOut (bool verbose=true) const |
Public Member Functions inherited from ACalculator | |
| ACalculator () | |
| ACalculator (const ACalculator &r)=delete | |
| ACalculator & | operator= (const ACalculator &r)=delete |
| virtual | ~ACalculator () |
| bool | run () |
| SimuSpherical::SimuSpherical | ( | int | nbsimu = 1, |
| int | seed = 4324324 |
||
| ) |
|
delete |
|
virtual |
|
delete |
| int SimuSpherical::simulate | ( | DbGrid * | db, |
| Model * | model, | ||
| const SimuSphericalParam & | sphepar, | ||
| int | iptr, | ||
| bool | verbose = false |
||
| ) |
| VectorDouble SimuSpherical::simulate_mesh | ( | MeshSpherical * | mesh, |
| Model * | model, | ||
| const SimuSphericalParam & | sphepar, | ||
| bool | verbose = false |
||
| ) |