SPH
|
#include "run/jobs/InitialConditionJobs.h"
#include "gravity/IGravity.h"
#include "objects/finders/PointCloud.h"
#include "objects/geometry/Sphere.h"
#include "physics/Eos.h"
#include "physics/Functions.h"
#include "post/Analysis.h"
#include "quantities/Quantity.h"
#include "run/IRun.h"
#include "run/SpecialEntries.h"
#include "sph/Materials.h"
#include "sph/initial/Distribution.h"
#include "sph/initial/Initial.h"
#include "sph/initial/Stellar.h"
#include "sph/solvers/EquilibriumSolver.h"
#include "system/Factory.h"
#include "system/Settings.impl.h"
#include "system/Statistics.h"
#include "thread/Scheduler.h"
Go to the source code of this file.
Classes | |
class | IcProgressCallback |
class | DiehlReporter |
class | GalaxyCallbacks |
struct | GalaxyCallbacks::Cancelled |
Typedefs | |
using | MassShell = Tuple< Size, Float, Float > |
Enumerations | |
enum class | EquilSolveEnum { SPHERICAL , PRECISE } |
enum class | ChangeMode { PARAMETRIC , CURVE } |
enum class | ChangeableQuantityId { DENSITY , ENERGY } |
enum class | NoiseQuantityId { DENSITY , VELOCITY } |
Variables | |
const Indices | GRID_DIMS (8, 8, 8) |
Definition at line 378 of file InitialConditionJobs.cpp.
|
strong |
Enumerator | |
---|---|
DENSITY | |
ENERGY |
Definition at line 509 of file InitialConditionJobs.cpp.
|
strong |
Enumerator | |
---|---|
PARAMETRIC | |
CURVE |
Definition at line 499 of file InitialConditionJobs.cpp.
|
strong |
Enumerator | |
---|---|
SPHERICAL | |
PRECISE |
Definition at line 347 of file InitialConditionJobs.cpp.
|
strong |
Enumerator | |
---|---|
DENSITY | |
VELOCITY |
Definition at line 594 of file InitialConditionJobs.cpp.
const Indices GRID_DIMS(8, 8, 8) | ( | 8 | , |
8 | , | ||
8 | |||
) |