aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 9af3650..b8ed861 100644
--- a/param.ccl
+++ b/param.ccl
@@ -29,8 +29,9 @@ CCTK_STRING coord_system "What is the coord system?"
KEYWORD integration_method "How to do surface integrals" STEERABLE=always
{
- "midpoint" :: "Midpoint rule (1st order)"
- "Simpson" :: "Simpson's rule (4th order)"
+ "midpoint" :: "Midpoint rule (1st order)"
+ "Simpson" :: "Simpson's rule (4th order) [requires even ntheta and nphi]"
+ "DriscollHealy" :: "Driscoll & Healy (exponentially convergent) [requires even ntheta]"
} "midpoint"
CCTK_INT out_every "How often to output" \