00001 #ifdef CH_LANG_CC
00002
00003
00004
00005
00006
00007
00008
00009 #endif
00010
00011 #ifndef _EBLOADBALANCE_H_
00012 #define _EBLOADBALANCE_H_
00013
00014 #include "Box.H"
00015 #include "ProblemDomain.H"
00016 #include "Vector.H"
00017 #include "REAL.H"
00018 #include "NamespaceHeader.H"
00019
00021
00028 int EBLoadBalance(Vector<int>& a_proc,
00029 const Vector<Box>& a_boxes,
00030 const ProblemDomain& a_domain,
00031 int a_coveredLoad = 10,
00032 int a_irregFactor = 10,
00033 bool a_verbose = false);
00034
00035 #include "NamespaceFooter.H"
00036 #endif