aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/functions.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-09-10 22:23:44 -0400
committerErik Schnetter <schnetter@gmail.com>2012-09-10 22:23:44 -0400
commite3d2ecce5445499f1d3981ca33467383cbca1abf (patch)
treecbefaf78824a468ca6436735193f8e10c8cc7599 /Carpet/Carpet/src/functions.hh
parente53fc5afa1b4fcec640698c00da602c87cf5dce8 (diff)
Carpet: Add "balanced" load balancing mechanismhg
Add new load balancing mechanism "balanced".
Diffstat (limited to 'Carpet/Carpet/src/functions.hh')
-rw-r--r--Carpet/Carpet/src/functions.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/functions.hh b/Carpet/Carpet/src/functions.hh
index d513d154b..163381ce4 100644
--- a/Carpet/Carpet/src/functions.hh
+++ b/Carpet/Carpet/src/functions.hh
@@ -200,6 +200,10 @@ namespace Carpet {
SplitRegionsMaps_Recursively (cGH const * cctkGH,
vector<vector<region_t> > & superregss,
vector<vector<region_t> > & regss);
+ void
+ SplitRegionsMaps_Balanced (cGH const * cctkGH,
+ vector<vector<region_t> > & superregss,
+ vector<vector<region_t> > & regss);
void
MakeMultigridBoxes (cGH const * cctkGH,