Class for creating computationalcells of ghost points for rigid walls. More...
#include <RigidWallGenerator.hpp>
Public Member Functions | |
boost::container::flat_map< size_t, ComputationalCell > | operator() (const Tessellation &tess, const vector< ComputationalCell > &cells, double time, TracerStickerNames const &tracerstickernames) const |
Calculates the ghost points. More... | |
Slope | GetGhostGradient (const Tessellation &tess, const vector< ComputationalCell > &cells, const vector< Slope > &gradients, size_t ghost_index, double time, const Edge &edge, TracerStickerNames const &tracerstickernames) const |
Calculates the gradients for the ghost cells. More... | |
![]() | |
virtual | ~GhostPointGenerator (void) |
Virtual destructor. | |
vector< std::pair< size_t, size_t > > | GetOuterEdgesIndeces (Tessellation const &tess) const |
Finds the indeces of the outer edges points. More... | |
Class for creating computationalcells of ghost points for rigid walls.
Definition at line 14 of file RigidWallGenerator.hpp.
|
virtual |
Calculates the gradients for the ghost cells.
tess | The tessellation |
cells | The computational cells |
gradients | The gradients for the non-ghost cells |
ghost_index | The index of the ghost cell |
time | The time |
edge | The edge of the ghost cell |
tracerstickernames | The names of the tracers and stickers |
Implements GhostPointGenerator.
Definition at line 40 of file RigidWallGenerator.cpp.
|
virtual |
Calculates the ghost points.
tess | The tessellation |
cells | The computational cells |
time | The time |
tracerstickernames | The names of the tracers and stickers |
Implements GhostPointGenerator.
Definition at line 17 of file RigidWallGenerator.cpp.