Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
#include <alsfvm/boundary/Boundary.hpp>
Public Member Functions | |
virtual void | applyBoundaryConditions (volume::Volume &volume, const grid::Grid &grid)=0 |
virtual | ~Boundary () |
Since we inherit, we have an empty virtual constructor. More... | |
|
inlinevirtual |
Since we inherit, we have an empty virtual constructor.
|
pure virtual |
Applies the boundary conditions to the volumes supplied.
volume | the volume to apply the boundary condition to |
grid | the active grid |
Implemented in alsfvm::boundary::BoundaryCPU< BoundaryConditions >, and alsfvm::boundary::BoundaryCUDA< BoundaryConditions >.