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

Interface Summary
SolverResolutionLevels The Interface SolverResolutionLevels.
Stencil A Stencil contains 27 doubles and can be used to represent the relationship between a grid element and its 26 nearest neighbours in 3D.
 

Class Summary
CalcResidualParallelizer A helper class of class FMG that helps parallelizing method FMG.calcResidual().
DefaultSolverResolutionLevels2D The Class DefaultSolverResolutionLevels2D describes a set of solver resolutions.
DefaultSolverResolutionLevels3D The Class DefaultSolverResolutionLevels3D describes a set of solver resolutions.
FMG A class that implements the Full Multigrid (FMG) algorithm for the solution of a linear elliptic partial differential equation (PDE) on a regular cubic grid in 3D.
FMGDefaultObserver The default observer for observables of class FMG.
FMGThread A helper class of class FMG that implements the run() method of class thread.
StencilImpl A concrete implementation of interface Stencil.
 

Exception Summary
FMGAlreadyExecutingException Exception class that is thrown if FMG.fmg() is called while another instance of the method is already executing in its thread.
FMGNotExecutingException Exception class that is thrown if FMG.waitForResult() is called although the FMG algorithm is currently not executing in a thread.