|
MPS-Basic
|
#include <interface.hpp>

Public Member Functions | |
| virtual bool | isFreeSurface (const Particles &particles, const Particle &particle)=0 |
| Whether the particle is on the free surface. | |
| virtual | ~Interface ()=default |
Definition at line 7 of file interface.hpp.
|
virtualdefault |
|
pure virtual |
Whether the particle is on the free surface.
| particles | particles |
| particle | particle inside the particles |
Implemented in SurfaceDetector::Distribution, and SurfaceDetector::NumberDensity.