|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jhu.cs.cisst.algorithms.optimize.fmg.solver.ArithmeticSolver
public final class ArithmeticSolver
Solve a linear elliptic PDE at the coarsest level (level = 1), i.e. at grid size 3 through simple arithmetic.
| Constructor Summary | |
|---|---|
ArithmeticSolver(PDE pde)
construct from the PDE. |
|
| Method Summary | |
|---|---|
BoundaryGrid |
solve(ConstBoundaryGrid u,
ConstNoBoundaryGrid f)
Solves pde at coarsest grid level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArithmeticSolver(PDE pde)
pde - the PDE to solve| Method Detail |
|---|
public BoundaryGrid solve(ConstBoundaryGrid u,
ConstNoBoundaryGrid f)
solve in interface Solveru - the uf - the f
Solver.solve(edu.jhu.cs.cisst.algorithms.optimize.fmg.grid.ConstBoundaryGrid, edu.jhu.cs.cisst.algorithms.optimize.fmg.grid.ConstNoBoundaryGrid)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||