24#ifndef DUMUX_GRID_PROPERTIES_HH
25#define DUMUX_GRID_PROPERTIES_HH
27#include <dune/common/fvector.hh>
41template<
class TypeTag>
45template<
class TypeTag>
51 using GlobalPosition =
typename Dune::FieldVector<typename GridView::ctype, GridView::dimensionworld>;
57template<
class TypeTag>
A point source class, i.e. sources located at a single point in space.
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
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
A helper class calculating a sub control volume to point source map This class uses the bounding box ...
Definition: pointsource.hh:276
The type of the grid view according to the grid type.
Definition: common/properties.hh:63
Property defining the type of point source used.
Definition: common/properties.hh:71
Property defining the class that computes which sub control volume point sources belong to.
Definition: common/properties.hh:73
Type tag for numeric models.
Definition: grid.hh:37
typename GetPropType< TypeTag, Properties::Grid >::LeafGridView type
Definition: grid.hh:42
Declares all properties used in Dumux.