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
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
TwoPTestProblemAdaptive(std::shared_ptr< const GridGeometry > gridGeometry)
Definition test/porousmediumflow/2p/implicit/adaptive/problem.hh:54
Soil contamination problem where DNAPL infiltrates a fully water saturated medium.