Package edu.jhu.cs.cisst.algorithms.optimize.fmg.solver

Interface Summary
Solver The interface to objects that exactly solve a linear elliptic partial differential equation (PDE) on a regular cubic grid in 3D.
 

Class Summary
ArithmeticSolver Solve a linear elliptic PDE at the coarsest level (level = 1), i.e.
SolverThroughSmoother Solve a PDE by iteratively applying a smoothing (i.e.
SolveThroughSmootherParallelizer A helper class of class SolverThroughSmoother that helps parallelizing method SolverThroughSmoother.solve().