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)

Constructor Index

 o ArithmeticSolver(PDE)
construct from the PDE

Method Index

 o solve(ConstBoundaryGrid, ConstNoBoundaryGrid)
implements method from Solver.

Constructors

 o ArithmeticSolver
 public ArithmeticSolver(PDE pde)
construct from the PDE

Parameters:
pde - the PDE to solve

Methods

 o 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