![]() |
#include <KrylovSolver.h>
Collaboration diagram for dolfin::KrylovSolver:
Public Types | |
enum | Method { GMRES, CG, BiCGSTAB } |
enum | Preconditioner { RICHARDSON, JACOBI, GAUSS_SEIDEL, SOR, NONE } |
Public Member Functions | |
KrylovSolver (Method method=GMRES) | |
void | solve (const Matrix &A, Vector &x, const Vector &b) |
void | setMethod (Method method) |
void | setPreconditioner (Preconditioner pc) |
|
|
|
|
|
|
|
|
|
|
|
|
Documentation automatically generated with Doxygen on 10 Sep 2004.