aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"