26#ifndef DUMUX_LENSPROBLEM_POINTSOURCE_HH
27#define DUMUX_LENSPROBLEM_POINTSOURCE_HH
38template <
class TypeTag >
46 using ParentType::ParentType;
63 pointSources.push_back(PointSource({0.502, 3.02}, {0, 0.1}));
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
Base class for all finite-volume problems.
Definition: common/fvproblem.hh:50
Soil contamination problem where DNAPL infiltrates a fully water saturated medium.
Definition: pointsourceproblem.hh:40
void addPointSources(std::vector< PointSource > &pointSources) const
Applies a vector of point sources. The point sources are possibly solution dependent.
Definition: pointsourceproblem.hh:60
Soil contamination problem where DNAPL infiltrates a fully water saturated medium.
Definition: test/porousmediumflow/2p/implicit/adaptive/problem.hh:42
Definition of a problem for the MaxwellStefan problem: A rotating velocity field mixes a MaxwellStefa...