the default point source traits
#include <dumux/multidomain/embedded/couplingmanagerbase.hh>
Public Types | |
| template<std::size_t i> | |
| using | PointSource = IntegrationPointSource< typename GridGeometry< i >::GlobalCoordinate, NumEqVector< i > > |
| export the point source type for domain i More... | |
| template<std::size_t i> | |
| using | PointSourceHelper = IntegrationPointSourceHelper |
| export the point source helper type for domain i More... | |
| using | PointSourceData = Dumux::PointSourceData< MDTraits > |
| export the point source data type More... | |
| using Dumux::DefaultPointSourceTraits< MDTraits >::PointSource = IntegrationPointSource<typename GridGeometry<i>::GlobalCoordinate, NumEqVector<i> > |
| using Dumux::DefaultPointSourceTraits< MDTraits >::PointSourceData = Dumux::PointSourceData<MDTraits> |
| using Dumux::DefaultPointSourceTraits< MDTraits >::PointSourceHelper = IntegrationPointSourceHelper |