From 86fa90915444a7c4b9571a27978f5e11724ba2a0 Mon Sep 17 00:00:00 2001 From: hinder Date: Wed, 9 Oct 2013 17:56:00 +0000 Subject: Add convergence test for Simpson integration method git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@94 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- schedule.ccl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'schedule.ccl') 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" -- cgit v1.2.3