SPH
|
Helper tool for 1D tests, projects all particles onto a 1D line. More...
#include <Boundary.h>
Public Member Functions | |
Projection1D (const Interval &domain) | |
Constructs using range as 1D domain. More... | |
virtual void | initialize (Storage &UNUSED(storage)) override |
virtual void | finalize (Storage &storage) override |
Applies the boundary conditions after the derivatives are computed. More... | |
![]() | |
virtual void | initialize (Storage &storage)=0 |
Applies the boundary conditions before the derivatives are computed. More... | |
![]() | |
virtual | ~Polymorphic () |
Helper tool for 1D tests, projects all particles onto a 1D line.
Definition at line 257 of file Boundary.h.
|
explicit |
Constructs using range as 1D domain.
Definition at line 440 of file Boundary.cpp.
|
overridevirtual |
Applies the boundary conditions after the derivatives are computed.
Called every time step after equations are evaluated (finalized).
Implements IBoundaryCondition.
Definition at line 443 of file Boundary.cpp.
|
inlineoverridevirtual |
Definition at line 266 of file Boundary.h.