![]() |
#include <SOR.h>
Inheritance diagram for dolfin::SOR:


Public Member Functions | |
| SOR (const Matrix &A, real tol, unsigned int maxiter) | |
| Create SOR preconditioner/solver for a given matrix. | |
| ~SOR () | |
| 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 SOR 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.