Class for creating computationalcells of ghost points for rigid walls. More...
#include <NoGhostGenerator.hpp>
Public Member Functions | |
boost::container::flat_map< size_t, ComputationalCell > | operator() (const Tessellation &, const vector< ComputationalCell > &, double, TracerStickerNames const &) const |
Calculates the ghost points. More... | |
Slope | GetGhostGradient (const Tessellation &, const vector< ComputationalCell > &, const vector< Slope > &, size_t, double, const Edge &, TracerStickerNames const &) 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 NoGhostGenerator.hpp.
|
inlinevirtual |
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 25 of file NoGhostGenerator.hpp.
|
inlinevirtual |
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 NoGhostGenerator.hpp.