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

point source traits for the circle average coupling mode More...

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

Description

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

point source traits for the circle average coupling mode

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 = PointSourceDataCircleAverage< MDTraits >
 export the point source data type More...
 

Member Typedef Documentation

◆ PointSource

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

export the point source type for domain i

◆ PointSourceData

template<class MDTraits >
using Dumux::CircleAveragePointSourceTraits< MDTraits >::PointSourceData = PointSourceDataCircleAverage<MDTraits>

export the point source data type

◆ PointSourceHelper

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

export the point source helper type for domain i


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