|
|||||||||
| 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.smoother.DampedJacobi
public final class DampedJacobi
An implementation of the damped Jacobi method of relaxing (thereby smoothing) the solution of a linear elliptic PDE.
| Field Summary | |
|---|---|
static double |
IDEAL_WEIGHTING_FACTOR
in theory the ideal weighting factor, i.e. |
| Constructor Summary | |
|---|---|
DampedJacobi(PDE pde,
double weightingFactor)
construct from PDE and weighting factor. |
|
| Method Summary | |
|---|---|
BoundaryGrid |
smooth(ConstBoundaryGrid u,
ConstNoBoundaryGrid f)
implements method from Smoother. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double IDEAL_WEIGHTING_FACTOR
| Constructor Detail |
|---|
public DampedJacobi(PDE pde,
double weightingFactor)
pde - a representation of the PDEweightingFactor - the relative contribution of a new iteration value at a grid
element (0 < weightingFactor <= 1)| Method Detail |
|---|
public BoundaryGrid smooth(ConstBoundaryGrid u,
ConstNoBoundaryGrid f)
smooth in interface Smootheru - the uf - the f
Smoother.smooth(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 | ||||||||