aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authoreschnett <>2001-03-15 08:59:00 +0000
committereschnett <>2001-03-15 08:59:00 +0000
commit404bb1e388fae0590f93df3879709272381c37e4 (patch)
treea427d517437e3ee4a1d44a5f8cf83baa96e7e333 /Carpet/CarpetLib
parent8e7c27de1a43de6e9c4902d58e414babaa2699af (diff)
Made WaveToy work with three refinement levels. There was a bug in
Made WaveToy work with three refinement levels. There was a bug in the restriction operation. darcs-hash:20010315085936-f6438-b01d4c14463f1b38f95d847eb2c73d9bd0dc0983.gz
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/ggf.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/ggf.hh b/Carpet/CarpetLib/src/ggf.hh
index 1501aa5dd..f59d4e415 100644
--- a/Carpet/CarpetLib/src/ggf.hh
+++ b/Carpet/CarpetLib/src/ggf.hh
@@ -6,7 +6,7 @@
copyright : (C) 2000 by Erik Schnetter
email : schnetter@astro.psu.edu
- $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.hh,v 1.1 2001/03/01 13:40:10 eschnett Exp $
+ $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.hh,v 1.2 2001/03/15 09:59:43 eschnett Exp $
***************************************************************************/
@@ -153,6 +153,9 @@ public:
// The grid boundaries have to be updated after calling mg_restrict,
// mg_prolongate, ref_restrict, or ref_prolongate.
+ // "Updating" means here that the boundaries have to be
+ // synchronised. They don't need to be prolongated.
+
// Copy a component from the next time level
virtual void copy (int tl, int rl, int c, int ml);