#include <Alg7.h>
Inheritance diagram for Alg7:

Public Member Functions | |
| Alg7 (computeInfo *computeArray, patchInfo *patchArray, processorInfo *processorArray, int nComps, int nPatches, int nPes) | |
Definition at line 13 of file Alg7.h.
|
||||||||||||||||||||||||||||
|
Definition at line 21 of file AlgSeven.C. References Rebalancer::strategy(). 00023 : 00024 Rebalancer(computeArray, patchArray, 00025 processorArray, nComps, 00026 nPatches, nPes) 00027 { 00028 strategyName = "Alg7"; 00029 strategy(); 00030 }
|
1.3.9.1