25#ifndef DUMUX_MULTIDOMAIN_EMBEDDED_CIRCLE_AVERAGE_POINT_SOURCE_TRAITS_HH
26#define DUMUX_MULTIDOMAIN_EMBEDDED_CIRCLE_AVERAGE_POINT_SOURCE_TRAITS_HH
36template<
class MDTraits>
40 template<std::
size_t i>
using SubDomainTypeTag =
typename MDTraits::template SubDomain<i>::TypeTag;
45 template<std::
size_t i>
49 template<std::
size_t i>
A helper to deduce a vector with the same size as numbers of equations.
Data associated with a point source.
An integration point source class, i.e. sources located at a single point in space associated with a ...
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
A vector of primary variables.
Definition common/properties.hh:49
Definition common/properties.hh:98
point source traits for the circle average coupling mode
Definition circleaveragepointsourcetraits.hh:38
IntegrationPointSource< typename GridGeometry< i >::GlobalCoordinate, NumEqVector< i > > PointSource
export the point source type for domain i
Definition circleaveragepointsourcetraits.hh:46
PointSourceDataCircleAverage< MDTraits > PointSourceData
export the point source data type
Definition circleaveragepointsourcetraits.hh:53
IntegrationPointSourceHelper PointSourceHelper
export the point source helper type for domain i
Definition circleaveragepointsourcetraits.hh:50
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:112
A point source data class used for integration in multidimension models.
Definition pointsourcedata.hh:151
Declares all properties used in Dumux.