aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid2/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2006-12-05 18:08:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2006-12-05 18:08:00 +0000
commitd4a3f9722bbaf09de6963e7ec07a2274c2cf9f4d (patch)
tree65c5d0d3ae4d221ebad16c8e9cf0c55148468722 /Carpet/CarpetRegrid2/schedule.ccl
parent73ddf8bf4b54397a056cf4e6d5497094573f037c (diff)
CarpetRegrid2: Correctly keep track of last regridding time across restarts
Store the time of the last regridding in grid variables, so that this is correctly remembered across restarts. darcs-hash:20061205180821-dae7b-1beb4b54928c06f0eb6af3871532c2e29006ca1d.gz
Diffstat (limited to 'Carpet/CarpetRegrid2/schedule.ccl')
-rw-r--r--Carpet/CarpetRegrid2/schedule.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/Carpet/CarpetRegrid2/schedule.ccl b/Carpet/CarpetRegrid2/schedule.ccl
index 9fcd61d0c..bdc92e106 100644
--- a/Carpet/CarpetRegrid2/schedule.ccl
+++ b/Carpet/CarpetRegrid2/schedule.ccl
@@ -1,6 +1,17 @@
# Schedule definitions for thorn CarpetRegrid2
+STORAGE: last_iteration last_map
+STORAGE: num_levels positions radii
+
+
+
SCHEDULE CarpetRegrid2_ParamCheck AT paramcheck
{
LANG: C
} "Check parameters"
+
+SCHEDULE CarpetRegrid2_Initialise AT initial
+{
+ LANG: C
+ OPTIONS: global
+} "Initialise locations of refined regions"