aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2013-10-09 17:57:15 +0000
committerhinder <hinder@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2013-10-09 17:57:15 +0000
commited6f5f2fceae3e3f54438261482f26e6e1b6ce8d (patch)
tree18177d9a1789064ea888b1d83b153af9c58d6a3d /interface.ccl
parentefa84c88166024548676f8fa84217f7dc4fea4ef (diff)
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
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl8
1 files changed, 8 insertions, 0 deletions
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"