#include <dumux/common/indextraits.hh>
#include <dumux/discretization/cellcentered/tpfa/fvelementgeometry.hh>
Go to the source code of this file.
Stencil-local finite volume geometry (scvs and scvfs) for staggered models This builds up the sub control volumes and sub control volume faces for each element in the local scope we are restricting to, e.g. stencil or element.
GG | the finite volume grid geometry type |
enableGridGeometryCache | if the grid geometry is cached or not |
Classes | |
class | Dumux::StaggeredFVElementGeometry< GG, true > |
Base class for the finite volume geometry vector for staggered models This locally builds up the sub control volumes and sub control volume faces for each element. Specialization for grid caching enabled. More... | |
class | Dumux::StaggeredFVElementGeometry< GG, false > |
Base class for the finite volume geometry vector for staggered models This locally builds up the sub control volumes and sub control volume faces for each element. Specialization for grid caching enabled. More... | |
Namespaces | |
namespace | Dumux |
make the local view function available whenever we use the grid geometry | |