24#ifndef DUMUX_DISCRETIZATION_BASE_FV_GRID_GEOMETRY_HH
25#define DUMUX_DISCRETIZATION_BASE_FV_GRID_GEOMETRY_HH
40template<
class Impl,
class GV,
class Traits>
41class [[deprecated(
"Use BaseGridGeometry instead. Will be removed after 3.1!")]]
45 using Element =
typename GV::template Codim<0>::Entity;
Base class for grid geometries.
BaseGridGeometry(const GridView &gridView)
Constructor computes the bouding box of the entire domain, for e.g. setting boundary conditions.
Definition basegridgeometry.hh:77
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
BaseFVGridGeometry(const GV &gridView)
Definition basefvgridgeometry.hh:48
const GridView & gridView() const
Return the gridView this grid geometry object lives on.
Definition basegridgeometry.hh:107