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)
-
RedBlackGaussSeidel(PDE)
- construct from PDE.
-
smooth(ConstBoundaryGrid, ConstNoBoundaryGrid)
- implements method from Smoother.
RedBlackGaussSeidel
public RedBlackGaussSeidel(PDE pde)
- construct from PDE.
- Parameters:
- pde - a representation of the PDE
smooth
public BoundaryGrid smooth(ConstBoundaryGrid u,
ConstNoBoundaryGrid f)
- implements method from Smoother.
- See Also:
- smooth
All Packages Class Hierarchy This Package Previous Next Index