]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Relax criterion after recent change to use relative tolerances in VectorTools::project
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Aug 2006 14:14:05 +0000 (14:14 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 Aug 2006 14:14:05 +0000 (14:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@13738 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/dof_tools_19.cc

index 2b62edf9f7b72daaccc2ce580babcef43d7572ef..94f950c64f08c472dfee504f0b0c386b290d7450 100644 (file)
@@ -81,7 +81,7 @@ check_this (const DoFHandler<dim> &dof_handler)
                                      VectorTools::L2_norm);
   const double p_l2_error = cellwise_errors.l2_norm();
 
-  Assert (p_l2_error < 1e-14, ExcInternalError());
+  Assert (p_l2_error < 1e-11, ExcInternalError());
   
   deallog << "L2_Error : " << p_l2_error << 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.