All Packages Class Hierarchy This Package Previous Next Index
Class AT.Ac.univie.imp.loeffler.pde.threeD.fd.SolverThroughSmoother
java.lang.Object
|
+----AT.Ac.univie.imp.loeffler.pde.threeD.fd.SolverThroughSmoother
- public final class SolverThroughSmoother
- extends Object
- implements Solver
Solve a PDE by iteratively applying a smoothing (i.e. relaxation) algorithm.
- Author:
- Gerald Loeffler (Gerald.Loeffler@univie.ac.at)
-
SolverThroughSmoother(Smoother, double)
- construct from smoother and allowed error.
-
solve(ConstBoundaryGrid, ConstNoBoundaryGrid)
- implements method from Solver.
SolverThroughSmoother
public SolverThroughSmoother(Smoother smoother,
double error)
- construct from smoother and allowed error.
- Parameters:
- smoother - the object supplying the smoothing algorithm
- error - the allowed error for the solution as a fraction of the true solution (0 < error < 1)
solve
public BoundaryGrid solve(ConstBoundaryGrid u,
ConstNoBoundaryGrid f)
- implements method from Solver.
- See Also:
- solve
All Packages Class Hierarchy This Package Previous Next Index