|
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. More...
|
|
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. More...
|
|