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
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:150
Definition common/properties.hh:37
Type tag for numeric models.
Definition grid.hh:36
A point source base class.
Definition pointsource.hh:51
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: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:38
Dumux::PointSource< GlobalPosition, SourceValues > type
Definition grid.hh:50
BoundingBoxTreePointSourceHelper type
Definition grid.hh:55
Declares all properties used in Dumux.