aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2013-10-09 17:56:00 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2013-10-09 17:56:00 +0000
commit86fa90915444a7c4b9571a27978f5e11724ba2a0 (patch)
tree5c773aee622178c89a3594385e43c26ef16709b1 /schedule.ccl
parent99c2e7db0607fc294df8d4e7fbaff9e9c7e8dc7e (diff)
Add convergence test for Simpson integration method
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@94 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9c94f21..d460e0f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,5 +1,7 @@
#schedule.ccl for thorn Multipole
+STORAGE: test_integration_convergence_orders
+
if (enable_test)
{
STORAGE: harmonics[1]
@@ -24,3 +26,10 @@ schedule Multipole_ParamCheck at CCTK_PARAMCHECK
LANG: C
OPTIONS: GLOBAL
} "Check Multipole parameters"
+
+# # Tests
+
+schedule Multipole_TestSimpson at CCTK_PARAMCHECK
+{
+ LANG: C
+} "Test simpson integration method"