From ed6f5f2fceae3e3f54438261482f26e6e1b6ce8d Mon Sep 17 00:00:00 2001 From: hinder Date: Wed, 9 Oct 2013 17:57:15 +0000 Subject: Add tests for symmetry of integration It is desirable that integrands with exact pi-antisymmetry integrate to zero; we add measures of this here. This is the case for all but the midpoint method. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Multipole/trunk@102 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- interface.ccl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index 2e893ab..26d7ef7 100644 --- a/interface.ccl +++ b/interface.ccl @@ -20,3 +20,11 @@ CCTK_REAL test_integration_convergence_orders type=SCALAR test_trapezoidal_convergence_order, test_simpson_convergence_order } "Test integration convergence orders" + +CCTK_REAL test_integration_symmetries type=SCALAR +{ + test_midpoint_pi_symmetry, + test_trapezoidal_pi_symmetry, + test_simpson_pi_symmetry, + test_driscollhealy_pi_symmetry +} "Test integration symmetries" -- cgit v1.2.3