Abstract class to define interface for preconditioners. More...
#include <precond.h>
Inherited by IfpackPrecond, and MlPrecond.
Public Member Functions | |
| virtual void | create (_Matrix *mat)=0 |
| virtual void | destroy ()=0 |
| virtual void | compute ()=0 |
Abstract class to define interface for preconditioners.
| virtual void Precond::compute | ( | ) | [pure virtual] |
Implemented in IfpackPrecond, and MlPrecond.
| virtual void Precond::create | ( | _Matrix * | mat | ) | [pure virtual] |
Implemented in IfpackPrecond, and MlPrecond.
| virtual void Precond::destroy | ( | ) | [pure virtual] |
Implemented in IfpackPrecond, and MlPrecond.
1.6.3