aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-09-27 16:40:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2007-09-27 16:40:00 +0000
commitcda9b42240da81f38f8c66c0daf472e84c53137a (patch)
treecf309bae5202105e0f819a5fdba4e7a73d124c86 /Carpet/CarpetRegrid2/schedule.ccl
parent399c6db76559b95ce13f38ca5c8238745de4d750 (diff)
CarpetRegrid2: Enforce regridding when the number of levels has changed
When using the movement_threshold parameters to regrid less often, still regrid when the number of levels has changed, or when a region has become active or inactive, or when the radius has changed significantly. darcs-hash:20070927164001-dae7b-d70720cb48753f0554f2301c4da2407d52ccb2f4.gz
Diffstat (limited to 'Carpet/CarpetRegrid2/schedule.ccl')
-rw-r--r--Carpet/CarpetRegrid2/schedule.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetRegrid2/schedule.ccl b/Carpet/CarpetRegrid2/schedule.ccl
index 27aee5200..3f53b6d38 100644
--- a/Carpet/CarpetRegrid2/schedule.ccl
+++ b/Carpet/CarpetRegrid2/schedule.ccl
@@ -1,7 +1,8 @@
# Schedule definitions for thorn CarpetRegrid2
STORAGE: last_iteration last_map
-STORAGE: num_levels active positions radii old_positions
+STORAGE: active num_levels positions radii
+STORAGE: old_active old_positions old_num_levels old_radii