![]() |
#include <Jacobi.h>
Inheritance diagram for dolfin::Jacobi:
Public Member Functions | |
Jacobi (const Matrix &A, real tol, unsigned int maxiter) | |
Create Jacobi preconditioner/solver for a given matrix. | |
~Jacobi () | |
Destructor. | |
void | solve (Vector &x, const Vector &b) |
Solve linear system Ax = b for a given right-hand side b. | |
Static Public Member Functions | |
void | solve (const Matrix &A, Vector &x, const Vector &b, real tol, unsigned int maxiter) |
Solve linear system Ax = b for a given right-hand side b. |
|
Create Jacobi preconditioner/solver for a given matrix.
|
|
Destructor.
|
|
Solve linear system Ax = b for a given right-hand side b.
|
|
Solve linear system Ax = b for a given right-hand side b.
Implements dolfin::Preconditioner. |
Documentation automatically generated with Doxygen on 10 Sep 2004.