Stores the dof indices corresponding to the neighboring cell centers and faces that contribute to the derivative calculation. Specialization for the staggered free flow model. More...
#include <dumux/discretization/staggered/freeflow/connectivitymap.hh>
Stores the dof indices corresponding to the neighboring cell centers and faces that contribute to the derivative calculation. Specialization for the staggered free flow model.
Public Member Functions | |
void | update (const GridGeometry &gridGeometry) |
Update the map and prepare the stencils. More... | |
const Stencil & | operator() (CellCenterIdxType, CellCenterIdxType, const GridIndexType globalI) const |
Returns the stencil of a cell center dof w.r.t. other cell center dofs. More... | |
const Stencil & | operator() (CellCenterIdxType, FaceIdxType, const GridIndexType globalI) const |
Returns the stencil of a cell center dof w.r.t. face dofs. More... | |
const Stencil & | operator() (FaceIdxType, CellCenterIdxType, const GridIndexType globalI) const |
Returns the stencil of a face dof w.r.t. cell center dofs. More... | |
const Stencil & | operator() (FaceIdxType, FaceIdxType, const GridIndexType globalI) const |
Returns the stencil of a face dof w.r.t. other face dofs. More... | |
|
inline |
Returns the stencil of a cell center dof w.r.t. other cell center dofs.
|
inline |
Returns the stencil of a cell center dof w.r.t. face dofs.
|
inline |
Returns the stencil of a face dof w.r.t. cell center dofs.
|
inline |
Returns the stencil of a face dof w.r.t. other face dofs.
|
inline |
Update the map and prepare the stencils.