Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

AlgRecBisection Class Reference

#include <AlgRecBisection.h>

Inheritance diagram for AlgRecBisection:

Rebalancer List of all members.

Public Member Functions

 AlgRecBisection (computeInfo *computeArray, patchInfo *patchArray, processorInfo *processorArray, int nComps, int nPatches, int nPes)

Detailed Description

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.

Definition at line 14 of file AlgRecBisection.h.


Constructor & Destructor Documentation

AlgRecBisection::AlgRecBisection computeInfo computeArray,
patchInfo patchArray,
processorInfo processorArray,
int  nComps,
int  nPatches,
int  nPes
 

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 }


The documentation for this class was generated from the following files:
Generated on Sun Jul 6 04:07:44 2008 for NAMD by  doxygen 1.3.9.1