25#ifndef DUMUX_DISCRETIZTAION_BOX_HH
26#define DUMUX_DISCRETIZTAION_BOX_HH
28#include <dune/common/deprecated.hh>
29#include <dune/common/fvector.hh>
30#include <dune/geometry/multilineargeometry.hh>
56template<
class TypeTag>
60 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridGeometryCache>();
61 DUNE_NO_DEPRECATED_BEGIN
63 DUNE_NO_DEPRECATED_END
70template<
class TypeTag>
74 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridVolumeVariablesCache>();
82template<
class TypeTag>
86 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridFluxVariablesCache>();
94template<
class TypeTag>
98template<
class TypeTag>
Calculates the element-wise residual for the box scheme.
Boundary flag to store e.g. in sub control volume faces.
The available discretization methods in Dumux.
Declares properties required for finite-volume models models.
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition: propertysystem.hh:149
The element-wise residual for the box scheme.
Definition: boxlocalresidual.hh:45
The type of the base class of the local residual (specific to a discretization scheme)
Definition: common/properties.hh:78
Stores the boundary types on an element.
Definition: common/properties.hh:110
Definition: common/properties.hh:113
The type for a global container for the volume variables.
Definition: common/properties.hh:120
The global vector of flux variable containers.
Definition: common/properties.hh:130
std::tuple< FiniteVolumeModel > InheritsFrom
Definition: box.hh:52
This class stores an array of BoundaryTypes objects.
Definition: discretization/box/elementboundarytypes.hh:38
Base class for the finite volume geometry vector for box schemes This builds up the sub control volum...
Definition: discretization/box/fvgridgeometry.hh:72
Flux variable caches on a gridview.
Definition: box/gridfluxvariablescache.hh:56
Base class for the grid volume variables.
Definition: box/gridvolumevariables.hh:54
Declares all properties used in Dumux.
Boundary types gathered on an element.
The local element solution class for the box method.
Base class for the finite volume geometry vector for box models This builds up the sub control volume...
Global flux variable cache.
The grid volume variables class for box models.