aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2014-05-06 00:29:21 +0000
committerrhaas <rhaas@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2014-05-06 00:29:21 +0000
commit070abab0fbb1797b98b15e796d1e02bc9803b119 (patch)
tree8513a9164d455ec01b9b8799e3124cfff0178112
parentb70756c9c4932a0681dc5ac7e1e504d381a757ab (diff)
increase tolerances to bluewaters's error levelsvn
As discussed in ticket 1599 http://trac.einsteintoolkit.org/ticket/1599 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@143 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
-rw-r--r--test/test.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.ccl b/test/test.ccl
index 48effda..ac6b7d9 100644
--- a/test/test.ccl
+++ b/test/test.ccl
@@ -23,4 +23,8 @@ TEST twopunctures
TEST twopunctures_carpet
{
NPROCS 2
+ # along the x-axis we encounter the singularity
+ RELTOL 2e-3 ^gxx\.x\.asc$
+ # the metric is singular and assumes large values near the punctures
+ RELTOL 2e-6 ^gxx\.[dyz]?\.asc$
}