|
|||||||||
| 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.parallel.Parallelizer
edu.jhu.cs.cisst.algorithms.optimize.fmg.smoother.DampedJacobiSmoothParallelizer
public final class DampedJacobiSmoothParallelizer
A helper class of class DampedJacobi that implements method DampedJacobi.smooth() in a parallel manner.
| Constructor Summary | |
|---|---|
DampedJacobiSmoothParallelizer(DampedJacobi dj,
BoundaryGrid g,
ConstBoundaryGrid u,
ConstNoBoundaryGrid f)
construct. |
|
| Method Summary | |
|---|---|
void |
runParallel(int myNum,
int totalNum)
re-route. |
| Methods inherited from class edu.jhu.cs.cisst.algorithms.optimize.fmg.parallel.Parallelizer |
|---|
finished, partition, setDefaultNumberOfThreads, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DampedJacobiSmoothParallelizer(DampedJacobi dj,
BoundaryGrid g,
ConstBoundaryGrid u,
ConstNoBoundaryGrid f)
dj - the djg - the gu - the uf - the f| Method Detail |
|---|
public void runParallel(int myNum,
int totalNum)
runParallel in interface ParallelizablerunParallel in class ParallelizermyNum - the my numtotalNum - the total num
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||