HermesCommon  3.0
precond.h File Reference

General functionality for preconditioners. Contains class Precond. More...

#include "common.h"
#include "algebra/matrix.h"
#include <Epetra_Operator.h>

Go to the source code of this file.

Classes

class  Hermes::Preconditioners::Precond< Scalar >
 Abstract class to define interface for preconditioners. More...
 
class  Hermes::Preconditioners::EpetraPrecond< Scalar >
 Abstract class for Epetra preconditioners. More...
 

Namespaces

 Hermes
 General namespace for the Hermes library.
 
 Hermes::Preconditioners
 Namespace containing objects for preconditioners.
 

Enumerations

enum  Hermes::Preconditioners::PreconditionerType {
  Jacobi = 0, MultiColoredSGS = 1, ILU = 2, MultiColoredILU = 3,
  IC = 4, AIChebyshev = 5, MultiElimination = 6, SaddlePoint = 7
}
 The preconditioner type.
 

Detailed Description

General functionality for preconditioners. Contains class Precond.

Definition in file precond.h.