aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet_public.hh
diff options
context:
space:
mode:
authorschnetter <>2001-12-17 12:34:00 +0000
committerschnetter <>2001-12-17 12:34:00 +0000
commit04dff66c4ada038cbb2a6205a4d4b12caa14d309 (patch)
treeb75cb72dcf6520b1143e7c19f21d168fe33cdaa6 /Carpet/Carpet/src/carpet_public.hh
parent0aba64d1198104490116ee2196ddd381337ba586 (diff)
Fixed test cases for axial symmetry (changed parameter files.)
Fixed test cases for axial symmetry (changed parameter files.) Extented Carpet to handle multiple grid components per processor. Currently works on one processor only. darcs-hash:20011217123400-07bb3-47796190d04061ea23798717f6714978bf7e1f55.gz
Diffstat (limited to 'Carpet/Carpet/src/carpet_public.hh')
-rw-r--r--Carpet/Carpet/src/carpet_public.hh7
1 files changed, 5 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/carpet_public.hh b/Carpet/Carpet/src/carpet_public.hh
index bcb483926..d5deb2b17 100644
--- a/Carpet/Carpet/src/carpet_public.hh
+++ b/Carpet/Carpet/src/carpet_public.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.hh,v 1.9 2001/12/14 16:39:09 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/carpet_public.hh,v 1.10 2001/12/17 13:34:01 schnetter Exp $
// It is assumed that the number of components of all arrays is equal
// to the number of components of the grid functions, and that their
@@ -35,6 +35,9 @@ namespace Carpet {
// Maximum number of refinement levels
extern int maxreflevels;
+ // Refinement factor
+ extern int reffact;
+
// Refinement factor on finest grid
extern int maxreflevelfact;
@@ -125,7 +128,7 @@ namespace Carpet {
void RegisterRecomposeRegions (const gh<dim>::rexts& bbsss,
const gh<dim>::rprocs& pss);
- void SplitRegions (const cGH* cgh, gh<dim>::cexts& bbss);
+ void SplitRegions (const cGH* cgh, vector<bbox<int,dim> >& bbs);
void MakeProcessors (const cGH* cgh, const gh<dim>::rexts& bbsss,
gh<dim>::rprocs& pss);