16 using index_t = std::size_t;
28 return unknowingCellBorderAndFlagManager;
Interface class to handle cell borders and cell types of cells.
Definition: CellBorderAndFlagManager.h:17
This is a FlagManager that does not know about the actual cells it contains.
Definition: UnknowingCellBorderAndFlagManager.h:15
bool cellCanContainHaloParticles(index_t index1d) const override
Checks if the cell with the one-dimensional index index1d can contain halo particles.
Definition: UnknowingCellBorderAndFlagManager.h:19
bool cellCanContainOwnedParticles(index_t index1d) const override
Checks if the cell with the one-dimensional index index1d can contain owned particles.
Definition: UnknowingCellBorderAndFlagManager.h:20
static auto & get()
Get the static instance of this class.
Definition: UnknowingCellBorderAndFlagManager.h:26
This namespace is used for implementation specifics.
Definition: CellFunctor.h:14