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

Public Member Functions | |
| AlgNbor (int pe, computeInfo *computeArray, patchInfo *patchArray, processorInfo *processorArray, int nComps, int nPatches, int nPes, int nNbs) | |
Definition at line 13 of file AlgNbor.h.
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 13 of file AlgNbor.C. References Rebalancer::strategy(). 00015 : 00016 Rebalancer(computeArray, patchArray, 00017 processorArray, nComps, 00018 nPatches, nPes) 00019 { 00020 strategyName = "AlgNbor"; 00021 mype = pe; 00022 nNbors = nNbs; 00023 strategy(); 00024 }
|
1.3.9.1