aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-11 12:57:44 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-09-11 12:57:44 +0000
commit54e54e34c33150a7b3cf823fabda96ffca8e5f7a (patch)
treed8ed72eea44fc333d518bc20468617c34f29316d
parent5368b374141f194145ed9d0577c257339ccf2463 (diff)
add variant CST expression for surface_integral_method,
but commented out (it's more elegant, but appears to tickle a CST bug :( :( ) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@723 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--param.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index c7701c0..4273259 100644
--- a/param.ccl
+++ b/param.ccl
@@ -270,6 +270,17 @@ real delta_drho_dsigma "angular grid spacing of patches, in degrees"
# parameters for how we compute surface integrals over the horizon
#
+##keyword surface_integral_method \
+## "how do we compute surface integrals over the horizon?"
+##{
+##"trapezoid", "trapezoid rule" :: \
+## "trapezoid rule (2nd order for smooth functions)"
+##"Simpson", "Simpson's rule" :: \
+## "Simpson's rule (4th order for smooth fns, requires N to be even)"
+##"Simpson (variant)", "Simpson's rule (variant)" :: \
+## "Simpson's rule variant (4th order for smooth fns, requires N >= 7)"
+##} "Simpson"
+
# ... N is the number of grid zones in a patch, in either direction
keyword surface_integral_method \
"how do we compute surface integrals over the horizon?"