NGSolve  4.9
Public Member Functions | Protected Attributes
ngcomp::LocalPreconditioner Class Reference

Local (Block-Jacobi or Block-Gauss-Seidel) preconditioner. More...

#include <preconditioner.hpp>

Inheritance diagram for ngcomp::LocalPreconditioner:
ngcomp::Preconditioner ngcomp::NGS_Object ngla::BaseMatrix

List of all members.

Public Member Functions

 LocalPreconditioner (PDE *pde, Flags &aflags, const string aname="localprecond")
virtual void Update ()
virtual const BaseMatrixGetMatrix () const
virtual const BaseMatrixGetAMatrix () const
virtual const char * ClassName () const
void LocPrecTest () const

Protected Attributes

BilinearFormbfa
BaseMatrixjacobi
bool block
bool locprectest
string locprecfile
string ct
const Preconditionercoarse_pre

Detailed Description

Local (Block-Jacobi or Block-Gauss-Seidel) preconditioner.


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