aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-11 23:04:35 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-10-11 23:04:35 +0000
commit6b0b9d5e079eae24e330cc304742d4d1131e481c (patch)
tree934deb5e0f9171b44e7f221eca329ebec7b3400f /param.ccl
parent0551473f2d6a0e8f6dbcfc0e642c1db142b15e37 (diff)
add checks for NaNs when evaluating H(h) function
(separate parameters for checking h and the interpolated geometry fields) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@828 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl14
1 files changed, 14 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index befc0b3..5fce375 100644
--- a/param.ccl
+++ b/param.ccl
@@ -502,6 +502,20 @@ real geometry__Schwarzschild_EF__Delta_xyz \
(0.0:* :: "any real number > 0"
} 1.0e-6
+########################################
+
+# these are pretty cheap tests to catch assorted wierdness, so it's
+# probably worth leaving them on unless you're trying to squeeze every
+# last nanosecond...
+boolean check_h_for_NaNs \
+ "should we check the horizon shape function h for NaNs?"
+{
+} "true"
+boolean check_geometry_for_NaNs \
+ "should we check the interpolated geometry variables for NaNs?"
+{
+} "true"
+
################################################################################
#