12#ifndef DUMUX_GRID_PROPERTIES_HH
13#define DUMUX_GRID_PROPERTIES_HH
15#include <dune/common/fvector.hh>
30template<
class TypeTag>
36 using GlobalPosition =
typename Dune::FieldVector<typename GridView::ctype, GridView::dimensionworld>;
42template<
class TypeTag>
A helper class calculating a sub control volume to point source map This class uses the bounding box ...
Definition: pointsource.hh:266
A point source base class.
Definition: pointsource.hh:39
Defines all properties used in Dumux.
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:34
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:296
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.
Type tag for numeric models.
Definition: grid.hh:26