aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-03 16:09:12 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:45 +0000
commitc01092126a3386b93ebe85c3721ceace1835d82a (patch)
treebfff275d6c699dbf750cef5a2dd3ef4e440b6705 /Carpet/CarpetLib/schedule.ccl
parent4dce60fb1b31caf04f5c82810f50c85a2a8b5d6e (diff)
CarpetLib: Test new prolongation operators at startup
Diffstat (limited to 'Carpet/CarpetLib/schedule.ccl')
-rw-r--r--Carpet/CarpetLib/schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/schedule.ccl b/Carpet/CarpetLib/schedule.ccl
index a208c97ca..34dfecec2 100644
--- a/Carpet/CarpetLib/schedule.ccl
+++ b/Carpet/CarpetLib/schedule.ccl
@@ -6,6 +6,12 @@ SCHEDULE CarpetLib_registercycleclock AT startup BEFORE Driver_Startup
OPTIONS: global
} "Register cycle based timer"
+SCHEDULE CarpetLib_test_prolongate_3d_rf2 AT paramcheck
+{
+ LANG: C
+ OPTIONS: global
+} "Test prolongation operators"
+
SCHEDULE CarpetLib_printtimestats AT analysis
{
LANG: C