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:267
A point source base class.
Definition pointsource.hh:40
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
Type tag for numeric models.
Definition grid.hh:24
The energy balance equation for a porous solid.
Definition common/properties.hh:26
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.
Dumux::PointSource< GlobalPosition, SourceValues > type
Definition grid.hh:38
BoundingBoxTreePointSourceHelper type
Definition grid.hh:43
Type tag for numeric models.
Definition grid.hh:26