26#ifndef DUMUX_DISCRETIZATION_CC_TPFA_HH
27#define DUMUX_DISCRETIZATION_CC_TPFA_HH
29#include <dune/common/deprecated.hh>
56template<
class TypeTag>
61 DUNE_NO_DEPRECATED_BEGIN
63 DUNE_NO_DEPRECATED_END
69template<
class TypeTag>
81template<
class TypeTag>
94template<
class TypeTag>
98template<
class TypeTag>
Calculates the element-wise residual for cell-centered discretization schemes.
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.
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:153
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:48
Type tag for numeric models.
Definition grid.hh:36
Calculates the element-wise residual for the cell-centered discretization schemes.
Definition cclocalresidual.hh:42
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 cctpfa.hh:52
CCTpfaFVGridGeometry< GridView, enableCache > type
Definition cctpfa.hh:65
CCTpfaGridVolumeVariables< Problem, VolumeVariables, enableCache > type
Definition cctpfa.hh:77
CCTpfaGridFluxVariablesCache< Problem, FluxVariablesCache, FluxVariablesCacheFiller, enableCache > type
Definition cctpfa.hh:90
CCElementBoundaryTypes type
Definition cctpfa.hh:95
CCLocalResidual< TypeTag > type
Definition cctpfa.hh:99
Boundary types gathered on an element.
Definition discretization/cellcentered/elementboundarytypes.hh:38
The finite volume geometry (scvs and scvfs) for cell-centered TPFA models on a grid view This builds ...
Definition discretization/cellcentered/tpfa/fvgridgeometry.hh:79
Flux variable caches on a gridview.
Definition cellcentered/tpfa/gridfluxvariablescache.hh:58
Base class for the grid volume variables.
Definition cellcentered/tpfa/gridvolumevariables.hh:56
Declares all properties used in Dumux.
Boundary types gathered on an element.
The finite volume geometry (scvs and scvfs) for cell-centered TPFA models on a grid view This builds ...
Flux variable caches on a gridview.
The grid volume variables class for cell centered tpfa models.
Sub control volumes for cell-centered discretization schemes.
The sub control volume face.