24#ifndef DUMUX_GRID_PROPERTIES_HH
25#define DUMUX_GRID_PROPERTIES_HH
27#include <dune/common/fvector.hh>
41template<
class TypeTag>
47 using GlobalPosition =
typename Dune::FieldVector<typename GridView::ctype, GridView::dimensionworld>;
53template<
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:277
Property defining the type of point source used.
Definition: common/properties.hh:59
Property defining the class that computes which sub control volume point sources belong to.
Definition: common/properties.hh:61
Type tag for numeric models.
Definition: grid.hh:37
Declares all properties used in Dumux.