|
SPH
|
SPH solver with asymmetric particle evaluation. More...
#include "objects/geometry/Indices.h"#include "sph/equations/Derivative.h"#include "sph/equations/EquationTerm.h"#include "sph/kernel/Kernel.h"#include "thread/ThreadLocal.h"#include "timestepping/ISolver.h"#include <unordered_map>Go to the source code of this file.
Classes | |
| class | RadiiHashMap |
| Helper structure storing search radii for particles as hash map. More... | |
| class | IAsymmetricSolver |
| Base class for asymmetric SPH solvers. More... | |
| class | AsymmetricSolver |
| Generic SPH solver, evaluating equations for each particle separately. More... | |
| struct | AsymmetricSolver::ThreadData |
SPH solver with asymmetric particle evaluation.
Definition in file AsymmetricSolver.h.