version 3.8
Dumux::ParMTSSOR< M, X, Y, l > Class Template Reference

Multithreaded SSOR preconditioner using coloring. More...

#include <dumux/linear/preconditioners.hh>

Inheritance diagram for Dumux::ParMTSSOR< M, X, Y, l >:

Description

template<class M, class X, class Y, int l = 1>
class Dumux::ParMTSSOR< M, X, Y, l >
Template Parameters
MThe matrix type to operate on
XType of the update
YType of the defect
lThe block level to invert. Default is 1

Public Types

typedef M matrix_type
 The matrix type the preconditioner is for. More...
 
typedef X domain_type
 The domain type of the preconditioner. More...
 
typedef Y range_type
 The range type of the preconditioner. More...
 
typedef X::field_type field_type
 The field type of the preconditioner. More...
 
typedef Dune::Simd::Scalar< field_typescalar_field_type
 scalar type underlying the field_type More...
 
typedef Dune::FieldTraits< scalar_field_type >::real_type real_field_type
 real scalar type underlying the field_type More...
 

Public Member Functions

 ParMTSSOR (const M &A, int n, real_field_type w)
 Constructor. More...
 
 ParMTSSOR (const std::shared_ptr< const Dune::AssembledLinearOperator< M, X, Y > > &A, const Dune::ParameterTree &configuration)
 
 ParMTSSOR (const M &A, const Dune::ParameterTree &configuration)
 
void pre (X &, Y &) override
 
void apply (X &v, const Y &d) override
 
void post (X &) override
 
Dune::SolverCategory::Category category () const override
 Category of the preconditioner (see SolverCategory::Category) More...
 

Member Typedef Documentation

◆ domain_type

template<class M , class X , class Y , int l = 1>
typedef X Dumux::ParMTSSOR< M, X, Y, l >::domain_type

◆ field_type

template<class M , class X , class Y , int l = 1>
typedef X::field_type Dumux::ParMTSSOR< M, X, Y, l >::field_type

◆ matrix_type

template<class M , class X , class Y , int l = 1>
typedef M Dumux::ParMTSSOR< M, X, Y, l >::matrix_type

◆ range_type

template<class M , class X , class Y , int l = 1>
typedef Y Dumux::ParMTSSOR< M, X, Y, l >::range_type

◆ real_field_type

template<class M , class X , class Y , int l = 1>
typedef Dune::FieldTraits<scalar_field_type>::real_type Dumux::ParMTSSOR< M, X, Y, l >::real_field_type

◆ scalar_field_type

template<class M , class X , class Y , int l = 1>
typedef Dune::Simd::Scalar<field_type> Dumux::ParMTSSOR< M, X, Y, l >::scalar_field_type

Constructor & Destructor Documentation

◆ ParMTSSOR() [1/3]

template<class M , class X , class Y , int l = 1>
Dumux::ParMTSSOR< M, X, Y, l >::ParMTSSOR ( const M &  A,
int  n,
real_field_type  w 
)
inline

◆ ParMTSSOR() [2/3]

template<class M , class X , class Y , int l = 1>
Dumux::ParMTSSOR< M, X, Y, l >::ParMTSSOR ( const std::shared_ptr< const Dune::AssembledLinearOperator< M, X, Y > > &  A,
const Dune::ParameterTree &  configuration 
)
inline

◆ ParMTSSOR() [3/3]

template<class M , class X , class Y , int l = 1>
Dumux::ParMTSSOR< M, X, Y, l >::ParMTSSOR ( const M &  A,
const Dune::ParameterTree &  configuration 
)
inline

Member Function Documentation

◆ apply()

template<class M , class X , class Y , int l = 1>
void Dumux::ParMTSSOR< M, X, Y, l >::apply ( X &  v,
const Y &  d 
)
inlineoverride

◆ category()

template<class M , class X , class Y , int l = 1>
Dune::SolverCategory::Category Dumux::ParMTSSOR< M, X, Y, l >::category ( ) const
inlineoverride

◆ post()

template<class M , class X , class Y , int l = 1>
void Dumux::ParMTSSOR< M, X, Y, l >::post ( X &  )
inlineoverride

◆ pre()

template<class M , class X , class Y , int l = 1>
void Dumux::ParMTSSOR< M, X, Y, l >::pre ( X &  ,
Y &   
)
inlineoverride

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