3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::OverlappingSolverTraits< MType, VType, isParallel > Class Template Reference

OverlappingSolverTraits used by discretization with overlapping parallel model. More...

#include <dumux/linear/amgtraits.hh>

Description

template<class MType, class VType, bool isParallel>
class Dumux::OverlappingSolverTraits< MType, VType, isParallel >

OverlappingSolverTraits used by discretization with overlapping parallel model.

Public Types

using Comm = Dune::Amg::SequentialInformation
 
using LinearOperator = Dune::MatrixAdapter< MType, VType, VType >
 
using ScalarProduct = Dune::SeqScalarProduct< VType >
 
using Smoother = Dune::SeqSSOR< MType, VType, VType >
 

Member Typedef Documentation

◆ Comm

template<class MType , class VType , bool isParallel>
using Dumux::OverlappingSolverTraits< MType, VType, isParallel >::Comm = Dune::Amg::SequentialInformation

◆ LinearOperator

template<class MType , class VType , bool isParallel>
using Dumux::OverlappingSolverTraits< MType, VType, isParallel >::LinearOperator = Dune::MatrixAdapter<MType,VType,VType>

◆ ScalarProduct

template<class MType , class VType , bool isParallel>
using Dumux::OverlappingSolverTraits< MType, VType, isParallel >::ScalarProduct = Dune::SeqScalarProduct<VType>

◆ Smoother

template<class MType , class VType , bool isParallel>
using Dumux::OverlappingSolverTraits< MType, VType, isParallel >::Smoother = Dune::SeqSSOR<MType,VType, VType>

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