aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/SpaceTimeToy/schedule.ccl
diff options
context:
space:
mode:
authoreschnett <>2001-03-20 16:27:00 +0000
committereschnett <>2001-03-20 16:27:00 +0000
commit0f363832a58c39968e9ab51c7c208f7018bf4e0b (patch)
tree3c9634626aeae8bdf24f6fd4ffef0c31a4a8bf3f /CarpetExtra/SpaceTimeToy/schedule.ccl
parentdf4a7756bc05f4c73adfb96f45095d746540df40 (diff)
Coupled initial data as well.
Coupled initial data as well. Added parameter files and a gnuplot examination script. darcs-hash:20010320162726-f6438-3a4b060ec6665c40e10bf3a2995649a34e6bf071.gz
Diffstat (limited to 'CarpetExtra/SpaceTimeToy/schedule.ccl')
-rw-r--r--CarpetExtra/SpaceTimeToy/schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/CarpetExtra/SpaceTimeToy/schedule.ccl b/CarpetExtra/SpaceTimeToy/schedule.ccl
index e536f3b56..af4820e8b 100644
--- a/CarpetExtra/SpaceTimeToy/schedule.ccl
+++ b/CarpetExtra/SpaceTimeToy/schedule.ccl
@@ -1,5 +1,5 @@
# Schedule definitions for thorn SpaceTimeToy
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/SpaceTimeToy/schedule.ccl,v 1.3 2001/03/20 16:29:52 eschnett Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/SpaceTimeToy/schedule.ccl,v 1.4 2001/03/20 17:27:26 eschnett Exp $
STORAGE: spacetimeevolve
STORAGE: icn_state
@@ -27,7 +27,7 @@ schedule SpaceTimeToy_EulerStep at EVOL \
after HydroToy_EulerPredictor
{
LANG: Fortran
- STORAGE: spacetimetemps
+ STORAGE: spacetimetemps hydrotemps
SYNC: spacetimeevolve
} "Initial Euler step"
@@ -38,6 +38,6 @@ schedule SpaceTimeToy_ICNStep at EVOL \
while SpaceTimeToy::do_iterate
{
LANG: Fortran
- STORAGE: spacetimetemps
+ STORAGE: spacetimetemps hydrotemps
SYNC: spacetimeevolve
} "One ICN step"