aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/CarpetProlongateTest/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-11-04 10:57:26 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:36 +0000
commit95ce90a0da71248228a5c27584b7910f9bc47a65 (patch)
tree840c7352d74afcb01227b83f0e12677558140173 /CarpetExtra/CarpetProlongateTest/schedule.ccl
parent497d407e781b73eea64b41d6afa155b2b3daa2a7 (diff)
CarpetProlongateTest: New thorn to test prolongation operators
Diffstat (limited to 'CarpetExtra/CarpetProlongateTest/schedule.ccl')
-rw-r--r--CarpetExtra/CarpetProlongateTest/schedule.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/CarpetExtra/CarpetProlongateTest/schedule.ccl b/CarpetExtra/CarpetProlongateTest/schedule.ccl
new file mode 100644
index 000000000..46ffb08a0
--- /dev/null
+++ b/CarpetExtra/CarpetProlongateTest/schedule.ccl
@@ -0,0 +1,14 @@
+# Schedule definitions for thorn CarpetProlongateTest
+
+STORAGE: scalar[3] difference[3]
+
+SCHEDULE CarpetProlongateTest_Init AT initial
+{
+ LANG: Fortran
+ SYNC: scalar
+} "Set up initial data"
+
+SCHEDULE CarpetProlongateTest_Diff IN MoL_PostStep
+{
+ LANG: Fortran
+} "Test data"