Declares properties required for finite-volume models models. More...
#include <dune/istl/bvector.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dumux/common/properties.hh>
#include <dumux/common/properties/grid.hh>
#include <dumux/common/boundarytypes.hh>
#include <dumux/discretization/fvgridvariables.hh>
Go to the source code of this file.
Declares properties required for finite-volume models models.
Classes | |
struct | Dumux::Properties::TTag::FiniteVolumeModel |
struct | Dumux::Properties::GridVariables< TypeTag, TTag::FiniteVolumeModel > |
The grid variables. More... | |
struct | Dumux::Properties::EnableGridGeometryCache< TypeTag, TTag::FiniteVolumeModel > |
We do not store the FVGeometry by default. More... | |
struct | Dumux::Properties::EnableGridVolumeVariablesCache< TypeTag, TTag::FiniteVolumeModel > |
We do not store the volume variables by default. More... | |
struct | Dumux::Properties::EnableGridFluxVariablesCache< TypeTag, TTag::FiniteVolumeModel > |
disable flux variables data caching by default More... | |
struct | Dumux::Properties::SolutionVector< TypeTag, TTag::FiniteVolumeModel > |
The type of a solution for the whole grid at a fixed time TODO: move to LinearAlgebra traits. More... | |
struct | Dumux::Properties::JacobianMatrix< TypeTag, TTag::FiniteVolumeModel > |
Set the type of a global jacobian matrix from the solution types TODO: move to LinearAlgebra traits. More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Properties |
namespace | Dumux::Properties::TTag |
Type tag for numeric models. | |