Molecular Dynamics Simulation
1.0
|
#include <OutflowBoundaryType.h>
Static Public Member Functions | |
static void | pre (LinkedCellsContainer &container) |
Applies the preconditioning step for the outflow boundary condition. More... | |
static void | applyBoundaryConditions (LinkedCellsContainer &container) |
Applies the boundary conditions for the outflow boundary condition. More... | |
Definition at line 7 of file OutflowBoundaryType.h.
|
static |
Applies the boundary conditions for the outflow boundary condition.
container | The container to apply the boundary conditions to. |
This method is empty, as the outflow boundary condition does not require any special treatment.
Definition at line 57 of file OutflowBoundaryType.cpp.
|
static |
Applies the preconditioning step for the outflow boundary condition.
container | The container to apply the boundary conditions to. |
This method removes all particles from the container that are in halo cells with the outflow boundary condition.
Definition at line 7 of file OutflowBoundaryType.cpp.