]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust tolerance 16081/head
authorMaximilian Bergbauer <bergbauer@lnm.mw.tum.de>
Mon, 2 Oct 2023 19:01:23 +0000 (21:01 +0200)
committerMaximilian Bergbauer <bergbauer@lnm.mw.tum.de>
Mon, 2 Oct 2023 19:01:23 +0000 (21:01 +0200)
include/deal.II/non_matching/mapping_info.h

index c445c9959b900effe8995c466e111a12c2132f13..7b06e54343f0a55e907edd8316baceba158d3a08 100644 (file)
@@ -192,7 +192,7 @@ namespace NonMatching
     {
       const auto   jac_0 = inverse_jacobians[0];
       const double zero_tolerance_double =
-        1. / diameter * std::numeric_limits<double>::epsilon() * 1024.;
+        1e4 / diameter * std::numeric_limits<double>::epsilon() * 1024.;
       bool jacobian_constant = true;
       for (unsigned int q = 1; q < inverse_jacobians.size(); ++q)
         {

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.