24#ifndef DUMUX_GRID_PROPERTIES_HH
25#define DUMUX_GRID_PROPERTIES_HH
27#include <dune/common/deprecated.hh>
28#include <dune/common/fvector.hh>
41DUNE_NO_DEPRECATED_BEGIN
43template<
class TypeTag>
48template<
class TypeTag>
54 using GlobalPosition =
typename Dune::FieldVector<typename GridView::ctype, GridView::dimensionworld>;
60template<
class TypeTag>
A point source class, i.e. sources located at a single point in space.
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:64
Property defining the type of point source used.
Definition: common/properties.hh:72
Property defining the class that computes which sub control volume point sources belong to.
Definition: common/properties.hh:74
Type tag for numeric models.
Definition: grid.hh:38
typename GetPropType< TypeTag, Properties::Grid >::LeafGridView type
Definition: grid.hh:44
Declares all properties used in Dumux.