From 107d6001cede350fb5a40ea4a7458ee40fd6eab5 Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Thu, 13 Nov 2003 15:04:00 +0000 Subject: Implement specifying refined boxes by coordinates instead of by grid Implement specifying refined boxes by coordinates instead of by grid point numbers. darcs-hash:20031113150437-07bb3-3889e9e5e4f97233034f57ab4f968b1476bd515f.gz --- Carpet/CarpetRegrid/src/regrid.hh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Carpet/CarpetRegrid/src/regrid.hh') diff --git a/Carpet/CarpetRegrid/src/regrid.hh b/Carpet/CarpetRegrid/src/regrid.hh index 05fcfc402..45a390a97 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.9 2003/06/18 18:28:07 schnetter Exp $ +// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/src/regrid.hh,v 1.10 2003/11/13 16:04:37 schnetter Exp $ #ifndef CARPETREGRID_HH #define CARPETREGRID_HH @@ -29,6 +29,7 @@ namespace CarpetRegrid { typedef vect,dim> bvect; typedef vect rvect; + typedef bbox rbbox; @@ -58,6 +59,10 @@ namespace CarpetRegrid { const vector > bbss, const vector > obss, list& bbl, list& obl); + void MakeRegions_AsSpecified (const cGH* cctkGH, const int reflevels, + const vector > bbss, + const vector > obss, + list& bbl, list& obl); void MakeRegions_Adaptively (const cGH* cctkGH, const int minwidth, -- cgit v1.2.3