]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Slighty increase tolerance in base/quadrature_chebyshev
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Tue, 8 May 2018 12:29:57 +0000 (14:29 +0200)
committerMatthias Maier <tamiko@43-1.org>
Wed, 9 May 2018 00:27:48 +0000 (19:27 -0500)
tests/base/quadrature_chebyshev.cc

index ba3d309bd2cc4394218a06dedf9bf537d1637a6a..4c6aa312a557de567a0eb02d678d575ef5dfdc5a 100644 (file)
@@ -153,7 +153,7 @@ void check_GRC_right (double *exact_monomials)
           err = std::fabs(quadrature_int-exact_monomials[i]);
           deallog << "Quadrature order " << n << ", polynomial of degree " << i << ": ";
 
-          if (err < 1.e-15)
+          if (err < 2.e-15)
             deallog << "exact." << std::endl;
           else
             deallog << "error " << err << std::endl;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.