Base class for the local finite volume geometry for box models This builds up the sub control volumes and sub control volume faces for an element.
#include <optional>#include <utility>#include <unordered_map>#include <array>#include <vector>#include <dune/geometry/type.hh>#include <dune/localfunctions/lagrange/pqkfactory.hh>#include <dumux/common/indextraits.hh>#include <dumux/discretization/scvandscvfiterators.hh>#include <dumux/discretization/box/boxgeometryhelper.hh>Go to the source code of this file.
| Classes | |
| class | Dumux::BoxFVElementGeometry< GG, true > | 
| specialization in case the FVElementGeometries are stored  More... | |
| class | Dumux::BoxFVElementGeometry< GG, false > | 
| specialization in case the FVElementGeometries are not stored  More... | |
| Namespaces | |
| namespace | Dumux |