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

Public Member Functions | |
| AlgRecBisection (computeInfo *computeArray, patchInfo *patchArray, processorInfo *processorArray, int nComps, int nPatches, int nPes) | |
Definition at line 14 of file AlgRecBisection.h.
|
||||||||||||||||||||||||||||
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 17 of file AlgRecBisection.C. References Rebalancer::strategy(). 00019 : 00020 Rebalancer(computeArray, patchArray, 00021 processorArray, nComps, 00022 nPatches, nPes) 00023 { 00024 strategyName = "Rob"; 00025 strategy(); 00026 }
|
1.3.9.1