Base class for the finite volume geometry vector for box models This builds up the sub control volumes and sub control volume faces for each element of the grid partition.
#include <utility>
#include <unordered_map>
#include <array>
#include <vector>
#include <dune/localfunctions/lagrange/lagrangelfecache.hh>
#include <dumux/discretization/method.hh>
#include <dumux/common/indextraits.hh>
#include <dumux/common/defaultmappertraits.hh>
#include <dumux/discretization/basegridgeometry.hh>
#include <dumux/discretization/box/boxgeometryhelper.hh>
#include <dumux/discretization/box/fvelementgeometry.hh>
#include <dumux/discretization/box/subcontrolvolume.hh>
#include <dumux/discretization/box/subcontrolvolumeface.hh>
#include <dumux/discretization/extrusion.hh>
Go to the source code of this file.
Classes | |
struct | Dumux::BoxDefaultGridGeometryTraits< GridView, MapperTraits > |
The default traits for the box finite volume grid geometry Defines the scv and scvf types and the mapper types. More... | |
class | Dumux::BoxFVGridGeometry< Scalar, GV, true, Traits > |
Base class for the finite volume geometry vector for box schemes This builds up the sub control volumes and sub control volume faces. More... | |
class | Dumux::BoxFVGridGeometry< Scalar, GV, false, Traits > |
Base class for the finite volume geometry vector for box schemes This builds up the sub control volumes and sub control volume faces. More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Detail |
Distance implementation details. | |
Typedefs | |
template<class GV , class T > | |
using | Dumux::Detail::BoxGeometryHelper_t |