26#ifndef DUMUX_POROUSMEDIUMFLOW_BOXDFM_MODEL_HH
27#define DUMUX_POROUSMEDIUMFLOW_BOXDFM_MODEL_HH
29#include <dune/common/deprecated.hh>
46template<
class TypeTag>
50 static constexpr bool enableCache = getPropValue<TypeTag, Properties::EnableGridGeometryCache>();
51 DUNE_NO_DEPRECATED_BEGIN
53 DUNE_NO_DEPRECATED_END
60template<
class TypeTag>
Defines a type tag and some properties for models using the box scheme.
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
Definition: common/properties.hh:113
Stores data associated with flux vars.
Definition: common/properties.hh:126
We only store discretization-related quantities for the box method. However, we cannot reuse the cach...
Definition: porousmediumflow/boxdfm/fluxvariablescache.hh:45
Base class for the finite volume geometry vector for box schemes.
Definition: porousmediumflow/boxdfm/fvgridgeometry.hh:85
Definition: porousmediumflow/boxdfm/model.hh:42
std::tuple< BoxModel > InheritsFrom
Definition: porousmediumflow/boxdfm/model.hh:42
Base class for the flux variables.
Base class for the finite volume geometry vector for box schemes that consider extra connectivity bet...