aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/src/regrid.hh
diff options
context:
space:
mode:
authorschnetter <>2002-01-11 16:37:00 +0000
committerschnetter <>2002-01-11 16:37:00 +0000
commit3dbc34d97aad4664f5006f25d230d8e0d8f5eb58 (patch)
treec82eda31644e44129a9fc9b5201ac3638d5fd8ec /Carpet/CarpetRegrid/src/regrid.hh
parentf34dfb0a25cb9f18b87d3a89c45cbc099bcc7518 (diff)
Allow grid extents to be specified by integer grid point locations as
Allow grid extents to be specified by integer grid point locations as well as by physical coordinates. darcs-hash:20020111163713-07bb3-fa1a86617d4805de7faba76ee1612f36d3a41b6d.gz
Diffstat (limited to 'Carpet/CarpetRegrid/src/regrid.hh')
-rw-r--r--Carpet/CarpetRegrid/src/regrid.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/Carpet/CarpetRegrid/src/regrid.hh b/Carpet/CarpetRegrid/src/regrid.hh
index 0491816b8..cef62a2fb 100644
--- a/Carpet/CarpetRegrid/src/regrid.hh
+++ b/Carpet/CarpetRegrid/src/regrid.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/src/regrid.hh,v 1.2 2002/01/11 17:19:49 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/src/regrid.hh,v 1.3 2002/01/11 17:37:14 schnetter Exp $
#ifndef REGRID_HH
#define REGRID_HH
@@ -39,6 +39,10 @@ namespace CarpetRegrid {
list<bbox<int,dim> >& bbl);
void MakeRegions_AsSpecified (const cGH* cctkGH, const int reflevels,
+ const vector<vect<int,dim> > lower,
+ const vector<vect<int,dim> > upper,
+ list<bbox<int,dim> >& bbl);
+ void MakeRegions_AsSpecified (const cGH* cctkGH, const int reflevels,
const vector<vect<CCTK_REAL,dim> > lower,
const vector<vect<CCTK_REAL,dim> > upper,
list<bbox<int,dim> >& bbl);