Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

dolfin::SISolver Class Reference

#include <SISolver.h>

Collaboration diagram for dolfin::SISolver:

Collaboration graph
[legend]
List of all members.

Public Types

enum  Method { RICHARDSON, JACOBI, GAUSS_SEIDEL, SOR }

Public Member Functions

 SISolver ()
 ~SISolver ()
void solve (const Matrix &A, Vector &x, const Vector &b)
void setMethod (Method method)
void setNoSweeps (int max_no_iterations)

Member Enumeration Documentation

enum dolfin::SISolver::Method
 

Enumeration values:
RICHARDSON 
JACOBI 
GAUSS_SEIDEL 
SOR 


Constructor & Destructor Documentation

SISolver::SISolver  ) 
 

dolfin::SISolver::~SISolver  )  [inline]
 


Member Function Documentation

void SISolver::setMethod Method  method  ) 
 

void SISolver::setNoSweeps int  max_no_iterations  ) 
 

void SISolver::solve const Matrix A,
Vector x,
const Vector b
 


The documentation for this class was generated from the following files:


Documentation automatically generated with Doxygen on 10 Sep 2004.