All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class AT.Ac.univie.imp.loeffler.pde.threeD.fd.RedBlackGaussSeidel

java.lang.Object
   |
   +----AT.Ac.univie.imp.loeffler.pde.threeD.fd.RedBlackGaussSeidel

public final class RedBlackGaussSeidel
extends Object
implements Smoother
An implementation of the Red-Black Gauss-Seidel method of relaxing (thereby smoothing) the solution of a linear elliptic PDE.

Author:
Gerald Loeffler (Gerald.Loeffler@univie.ac.at)

Constructor Index

 o RedBlackGaussSeidel(PDE)
construct from PDE.

Method Index

 o smooth(ConstBoundaryGrid, ConstNoBoundaryGrid)
implements method from Smoother.

Constructors

 o RedBlackGaussSeidel
 public RedBlackGaussSeidel(PDE pde)
construct from PDE.

Parameters:
pde - a representation of the PDE

Methods

 o smooth
 public BoundaryGrid smooth(ConstBoundaryGrid u,
                            ConstNoBoundaryGrid f)
implements method from Smoother.

See Also:
smooth

All Packages  Class Hierarchy  This Package  Previous  Next  Index