|
SPH
|
Computes interpolated values of quantities between SPH particles. More...
#include "objects/finders/NeighbourFinder.h"#include "objects/wrappers/SharedPtr.h"#include "quantities/Storage.h"#include "sph/kernel/Kernel.h"#include "system/Factory.h"#include "system/Settings.h"#include "thread/Scheduler.h"Go to the source code of this file.
Classes | |
| class | IInterpolant< Type > |
| Interface for computing quantity at any point in space. More... | |
| class | SphInterpolant< Type > |
| Object for computing interpolated values of quantities. More... | |
| class | CorrectedSphInterpolant< Type > |
| Computes corrected interpolated value. More... | |
Computes interpolated values of quantities between SPH particles.
Definition in file Interpolation.h.