3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::DefaultPointSourceTraits< MDTraits > Struct Template Reference

the default point source traits More...

#include <dumux/multidomain/embedded/couplingmanagerbase.hh>

Description

template<class MDTraits>
struct Dumux::DefaultPointSourceTraits< MDTraits >

the default point source traits

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...
 

Member Typedef Documentation

◆ PointSource

template<class MDTraits >
template<std::size_t i>
using Dumux::DefaultPointSourceTraits< MDTraits >::PointSource = IntegrationPointSource<typename GridGeometry<i>::GlobalCoordinate, NumEqVector<i> >

export the point source type for domain i

◆ PointSourceData

template<class MDTraits >
using Dumux::DefaultPointSourceTraits< MDTraits >::PointSourceData = Dumux::PointSourceData<MDTraits>

export the point source data type

◆ PointSourceHelper

template<class MDTraits >
template<std::size_t i>
using Dumux::DefaultPointSourceTraits< MDTraits >::PointSourceHelper = IntegrationPointSourceHelper

export the point source helper type for domain i


The documentation for this struct was generated from the following file: