All Packages Class Hierarchy This Package Previous Next Index
Class AT.Ac.univie.imp.loeffler.pde.threeD.fd.ArithmeticSolver
java.lang.Object
|
+----AT.Ac.univie.imp.loeffler.pde.threeD.fd.ArithmeticSolver
- public final class ArithmeticSolver
- extends Object
- implements Solver
Solve a linear elliptic PDE at the coarsest level (level = 1), i.e. at grid size 3 through simple arithmetic.
- Author:
- Gerald Loeffler (Gerald.Loeffler@univie.ac.at)
-
ArithmeticSolver(PDE)
- construct from the PDE
-
solve(ConstBoundaryGrid, ConstNoBoundaryGrid)
- implements method from Solver.
ArithmeticSolver
public ArithmeticSolver(PDE pde)
- construct from the PDE
- Parameters:
- pde - the PDE to solve
solve
public BoundaryGrid solve(ConstBoundaryGrid u,
ConstNoBoundaryGrid f)
- implements method from Solver.
u and f must both have size 3 (corresponding to level 1) for this method to work!
- See Also:
- solve
All Packages Class Hierarchy This Package Previous Next Index