aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-09 17:00:08 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-09 17:00:08 +0000
commitaa902e89848a64cea23a9c62d801f2d9ea3f4cbe (patch)
tree7ea26a6efc12882536dff62c56e509ae828951ba
parent10ccdb0dd10fb044d06a36653ea1135f54d56104 (diff)
add new stuff to start doing ghost-zone and derivative tests
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@469 f88db872-0e4f-0410-b76b-b9085cfa78c5
-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