aboutsummaryrefslogtreecommitdiff
path: root/schedule.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 /schedule.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 'schedule.ccl')
-rw-r--r--schedule.ccl6
1 files changed, 6 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 328e1de..3b46cae 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,6 +4,7 @@ if (enable_test)
{
STORAGE: harmonics[1]
STORAGE: test_integration_convergence_orders
+ STORAGE: test_integration_symmetries
}
schedule Multipole_Calc at CCTK_ANALYSIS after (calc_np,PsiKadelia,Accelerator_CopyBack)
@@ -34,4 +35,9 @@ if (enable_test)
{
LANG: C
} "Test convergence of integration"
+
+ schedule Multipole_TestIntegrationSymmetry at CCTK_PARAMCHECK
+ {
+ LANG: C
+ } "Test symmetry of integration"
}