aboutsummaryrefslogtreecommitdiff
path: root/test/test.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2012-05-10 20:39:13 +0000
committerrhaas <rhaas@850bcc8b-0e4f-0410-8c26-8d28fbf1eda9>2012-05-10 20:39:13 +0000
commit6716595d6b6e56394634eacb9ebd8e3a4e51101a (patch)
tree98d27c80557d3f972df546c6e47e52a3e015f547 /test/test.ccl
parentc0bce9afdc9ac6e15cd213fc4fe0faa30513dfa1 (diff)
increase test tolerance by 100 since gxx is of order 100 not 1 anymore
make domain description play nicer with Carpet use NoExcision to remove innermost part of black hole singularity stagger points aways from origin reduce elliptic solver accuracy all of these hopefully make the test more robust to changes in the compiler git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Dissipation/trunk@48 850bcc8b-0e4f-0410-8c26-8d28fbf1eda9
Diffstat (limited to 'test/test.ccl')
-rw-r--r--test/test.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.ccl b/test/test.ccl
index 086cd00..b0075a5 100644
--- a/test/test.ccl
+++ b/test/test.ccl
@@ -1 +1,4 @@
NPROCS 1
+
+# incr. abstol since we expect some values of order 100 in the metric
+ABSTOL 1.e-10