24#ifndef DUMUX_GRID_PROPERTIES_HH
25#define DUMUX_GRID_PROPERTIES_HH
27#include <dune/common/fvector.hh>
42template<
class TypeTag>
48 using GlobalPosition =
typename Dune::FieldVector<typename GridView::ctype, GridView::dimensionworld>;
54template<
class TypeTag>
A helper to deduce a vector with the same size as numbers of equations.
A point source class, i.e. sources located at a single point in space.
typename NumEqVectorTraits< PrimaryVariables >::type NumEqVector
A vector with the same size as numbers of equations This is the default implementation and has to be ...
Definition: numeqvector.hh:46
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:180
A helper class calculating a sub control volume to point source map This class uses the bounding box ...
Definition: pointsource.hh:278
Property defining the type of point source used.
Definition: common/properties.hh:57
Property defining the class that computes which sub control volume point sources belong to.
Definition: common/properties.hh:59
Type tag for numeric models.
Definition: grid.hh:38
Declares all properties used in Dumux.