waLBerla 7.2
|
#include "core/cell/CellInterval.h"
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::field |
Functions | |
template<typename GhostLayerField_T > | |
CellInterval | walberla::field::getGhostRegion (const GhostLayerField_T &f, stencil::Direction d, cell_idx_t thickness, bool fullSlice) |
Constructs CellInterval containing the ghost region in the specified direction. | |
template<typename GhostLayerField_T > | |
CellInterval | walberla::field::getSliceBeforeGhostLayer (const GhostLayerField_T &f, stencil::Direction d, cell_idx_t thickness, bool fullSlice) |
Constructs CellInterval containing the last slice before the ghost layer begins for a given direction. | |