|
|||||||||
| 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.restrictor.RestrictByStencilParallelizer
public final class RestrictByStencilParallelizer
A helper class of class RestrictorByStencil that helps parallelizing method RestrictorByStencil.restrict().
| Constructor Summary | |
|---|---|
RestrictByStencilParallelizer(RestrictorByStencil res,
Grid coarse,
ConstGrid fine)
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 RestrictByStencilParallelizer(RestrictorByStencil res,
Grid coarse,
ConstGrid fine)
res - the stencilcoarse - the coarse gridfine - the fine grid| Method Detail |
|---|
public void runParallel(int myNum,
int totalNum)
runParallel in interface ParallelizablerunParallel in class ParallelizermyNum - the current indextotalNum - the number of parallel jobs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||