ug4
vanka.h File Reference

Go to the source code of this file.

Classes

class  ug::DiagVanka< TAlgebra >
 Diagvanka Preconditioner, description see above diagvanka_step function. More...
 
class  ug::Vanka< TAlgebra >
 Vanka Preconditioner. More...
 

Namespaces

 ug
 the ug namespace
 

Functions

template<typename Matrix_type , typename Vector_type >
bool ug::Diag_Vanka_step (const Matrix_type &A, Vector_type &x, const Vector_type &b, number relax)
 
template<typename Matrix_type , typename Vector_type >
bool ug::Vanka_step (const Matrix_type &A, Vector_type &x, const Vector_type &b, number relax)
 

Variables

static const size_t ug::MAXBLOCKSIZE = 53