[Commits] [svn:einsteintoolkit] DistortedBHIVP/trunk/test/ (Rev. 54)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Thu Oct 20 08:50:35 CDT 2011


User: knarf
Date: 2011/10/20 08:50 AM

Modified:
 /trunk/test/
  test.ccl

Log:
 increase tolerance of testsuite. This is using an interative solver with a tolerance of 1.e-9. From that solution, the second derivative is calculated using finite differences. No wonder it might show differences larger than 1.e-8 (1.e-7 seems to be ok)

File Changes:

Directory: /trunk/test/
=======================

File [modified]: test.ccl
Delta lines: +2 -2
===================================================================
--- trunk/test/test.ccl	2011-04-21 04:46:45 UTC (rev 53)
+++ trunk/test/test.ccl	2011-10-20 13:50:35 UTC (rev 54)
@@ -1,2 +1,2 @@
-ABSTOL 1.e-8
-RELTOL 1.e-8
+ABSTOL 1.e-7
+RELTOL 1.e-7



More information about the Commits mailing list