25#ifndef DUMUX_MULTIDOMAIN_EMBEDDED_CIRCLE_AVERAGE_POINT_SOURCE_TRAITS_HH
26#define DUMUX_MULTIDOMAIN_EMBEDDED_CIRCLE_AVERAGE_POINT_SOURCE_TRAITS_HH
35template<
class MDTraits>
39 template<std::
size_t i>
using SubDomainTypeTag =
typename MDTraits::template SubDomain<i>::TypeTag;
44 template<std::
size_t i>
48 template<std::
size_t i>
An integration point source class, i.e. sources located at a single point in space associated with a ...
Data associated with a point source.
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 vector of size number equations that can be used for Neumann fluxes, sources, residuals,...
Definition: common/properties.hh:51
Definition: common/properties.hh:101
point source traits for the circle average coupling mode
Definition: circleaveragepointsourcetraits.hh:37
An integration point source class with an identifier to attach data and a quadrature weight and integ...
Definition: integrationpointsource.hh:45
A helper class calculating a DOF-index to point source map.
Definition: integrationpointsource.hh:135
A point source data class used for integration in multidimension models.
Definition: pointsourcedata.hh:151
Declares all properties used in Dumux.