3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
properties.hh File Reference

Base file for properties related to sequential models. More...

Go to the source code of this file.

Description

Base file for properties related to sequential models.

Classes

struct  Dumux::Properties::TTag::SequentialModel
struct  Dumux::Properties::SolutionTypes< TypeTag, MyTypeTag >
struct  Dumux::Properties::Indices< TypeTag, MyTypeTag >
struct  Dumux::Properties::Model< TypeTag, MyTypeTag >
 The type of the mode. More...
struct  Dumux::Properties::DiscretizationMethod< TypeTag, MyTypeTag >
 The type of discretization method. More...
struct  Dumux::Properties::PressureModel< TypeTag, MyTypeTag >
 The type of the discretization of a pressure model. More...
struct  Dumux::Properties::TransportModel< TypeTag, MyTypeTag >
 The type of the discretization of a transport model. More...
struct  Dumux::Properties::Velocity< TypeTag, MyTypeTag >
 The type velocity reconstruction. More...
struct  Dumux::Properties::NumEq< TypeTag, MyTypeTag >
 Number of equations in the system of PDEs. More...
struct  Dumux::Properties::NumPhases< TypeTag, MyTypeTag >
 Number of phases in the system. More...
struct  Dumux::Properties::NumComponents< TypeTag, MyTypeTag >
 Number of components in the system. More...
struct  Dumux::Properties::Variables< TypeTag, MyTypeTag >
 The type of the container of global variables. More...
struct  Dumux::Properties::CellData< TypeTag, MyTypeTag >
 Defines data object to be stored. More...
struct  Dumux::Properties::MaxIntersections< TypeTag, MyTypeTag >
 Gives maximum number of intersections of an element and neighboring elements. More...
struct  Dumux::Properties::PressureCoefficientMatrix< TypeTag, MyTypeTag >
 Gives maximum number of intersections of an element and neighboring elements. More...
struct  Dumux::Properties::JacobianMatrix< TypeTag, TTag::SequentialModel >
 Type of the jacobian matrix needed for compatibility with implicit models for the amg backend. More...
struct  Dumux::Properties::ModelTraits< TypeTag, TTag::SequentialModel >
struct  Dumux::Properties::GridView< TypeTag, TTag::SequentialModel >
 Use the leaf grid view if not defined otherwise. More...
struct  Dumux::Properties::MaxIntersections< TypeTag, TTag::SequentialModel >
 Default number of intersections for quadrilaterals. More...
struct  Dumux::Properties::GridGeometry< TypeTag, TTag::SequentialModel >
 A simplified grid geometry for compatibility with new style models. More...
struct  Dumux::Properties::GridGeometry< TypeTag, TTag::SequentialModel >::MockFVGridGeometry
struct  Dumux::Properties::SolutionVector< TypeTag, TTag::SequentialModel >
 For compatibility with new style models we need a solution vector type. More...
struct  Dumux::Properties::SolutionTypes< TypeTag, TTag::SequentialModel >
 Specifies the types which are assoicated with a solution. More...
struct  Dumux::Properties::Variables< TypeTag, TTag::SequentialModel >
struct  Dumux::Properties::PrimaryVariables< TypeTag, TTag::SequentialModel >
struct  Dumux::Properties::TimeManager< TypeTag, TTag::SequentialModel >
 Set the default type for the time manager. More...
struct  Dumux::Properties::BoundaryTypes< TypeTag, TTag::SequentialModel >
 Boundary types at a single degree of freedom. More...
struct  Dumux::Properties::ModelDefaultParameters< TypeTag, TTag::SequentialModel >
 do not specific any model-specific default parameters here More...

Namespaces

namespace  Dumux
namespace  Dumux::Properties
namespace  Dumux::Properties::TTag
 Type tag for numeric models.