|
MBDyn-1.7.3
|
#include <precond.h>

Public Types | |
| enum | PrecondType { UNKNOWN = -1, FULLJACOBIANMATRIX } |
Public Member Functions | |
| virtual | ~Preconditioner (void) |
| virtual void | Precond (VectorHandler &b, VectorHandler &x, SolutionManager *pSM) const =0 |
| Enumerator | |
|---|---|
| UNKNOWN | |
| FULLJACOBIANMATRIX | |
Definition at line 49 of file precond.h.
|
virtual |
Definition at line 44 of file precond.cc.
References NO_OP.
|
pure virtual |
Implemented in FullJacobianPr.
Referenced by BiCGStab::Solve(), and Gmres::Solve().