version 3.10-dev
Dune::Amg::SmootherApplier< Dumux::ParMTSOR< M, X, Y, l > > Struct Template Reference

#include <dumux/linear/preconditioners.hh>

Public Types

typedef Dumux::ParMTSOR< M, X, Y, l > Smoother
 
typedef Smoother::range_type Range
 
typedef Smoother::domain_type Domain
 

Static Public Member Functions

static void preSmooth (Smoother &smoother, Domain &v, Range &d)
 
static void postSmooth (Smoother &smoother, Domain &v, Range &d)
 

Member Typedef Documentation

◆ Domain

template<class M , class X , class Y , int l>
typedef Smoother::domain_type Dune::Amg::SmootherApplier< Dumux::ParMTSOR< M, X, Y, l > >::Domain

◆ Range

template<class M , class X , class Y , int l>
typedef Smoother::range_type Dune::Amg::SmootherApplier< Dumux::ParMTSOR< M, X, Y, l > >::Range

◆ Smoother

template<class M , class X , class Y , int l>
typedef Dumux::ParMTSOR<M,X,Y,l> Dune::Amg::SmootherApplier< Dumux::ParMTSOR< M, X, Y, l > >::Smoother

Member Function Documentation

◆ postSmooth()

template<class M , class X , class Y , int l>
static void Dune::Amg::SmootherApplier< Dumux::ParMTSOR< M, X, Y, l > >::postSmooth ( Smoother smoother,
Domain v,
Range d 
)
inlinestatic

◆ preSmooth()

template<class M , class X , class Y , int l>
static void Dune::Amg::SmootherApplier< Dumux::ParMTSOR< M, X, Y, l > >::preSmooth ( Smoother smoother,
Domain v,
Range d 
)
inlinestatic

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