Molecular Dynamics Simulation  1.0
OutflowBoundaryType.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <array>
4 
6 
8  public:
16  static void pre(LinkedCellsContainer& container);
17 
25  static void applyBoundaryConditions(LinkedCellsContainer& container);
26 };
Extension of the ParticleContainer class using a linked cells data structure for improved performance...
static void applyBoundaryConditions(LinkedCellsContainer &container)
Applies the boundary conditions for the outflow boundary condition.
static void pre(LinkedCellsContainer &container)
Applies the preconditioning step for the outflow boundary condition.