NGSolve  4.9
Public Member Functions
ngla::BaseJacobiPrecond Class Reference

Jacobi and Gauss Seidel smoother for scalar, block and system matrices. More...

#include <jacobi.hpp>

Inheritance diagram for ngla::BaseJacobiPrecond:
ngla::BaseMatrix ngla::JacobiPrecond< TM, TV, TV > ngla::JacobiPrecond< TM, TV_ROW, TV_COL > ngla::JacobiPrecondSymmetric< TM, TV >

List of all members.

Public Member Functions

virtual void GSSmooth (BaseVector &x, const BaseVector &b) const =0
virtual void GSSmooth (BaseVector &x, const BaseVector &b, BaseVector &y) const =0
virtual void GSSmoothBack (BaseVector &x, const BaseVector &b) const =0

Detailed Description

Jacobi and Gauss Seidel smoother for scalar, block and system matrices.


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