aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl17
-rw-r--r--schedule.ccl4
2 files changed, 17 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 1c67baa..43eb806 100644
--- a/param.ccl
+++ b/param.ccl
@@ -74,6 +74,17 @@ string interpatch_interpolator_pars \
#
keyword which_test "which test should we do?"
{
-"fn" :: "set up test gridfns, print"
-"ghost zone" :: "set up test gridfns, synchronize, print"
-} "fn"
+"gridfn" :: "set up test fn(x,y,z), print it"
+"synchronize" :: "set up test fn(x,y,z), synchronize it, print errors"
+"derivatives" :: "set up test fn(rho,sigma), take derivs, print errors"
+} "gridfn"
+
+int which_derivs "bit flags to specify which derivatives to test"
+{
+0:63 :: "any set of bit flags"
+} 63
+
+string output_file_name "name of output file (gnuplot format)"
+{
+.* :: "any string that's a valid Unix file name"
+} "test.dat"
diff --git a/schedule.ccl b/schedule.ccl
index 1948324..360766b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,7 +1,9 @@
# Schedule definitions for thorn AHFinderDirect
# $Header$
-schedule test_patch_system at STARTUP after Driver_Startup
+# don't want to schedule at ANALYSIS yet,
+# since that doesn't run unless there's a trigger variable being output
+schedule test_patch_system at CCTK_POSTINITIAL
{
LANG: C
OPTIONS: global