]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
relax convergence requirement
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Dec 2011 20:53:34 +0000 (20:53 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 8 Dec 2011 20:53:34 +0000 (20:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@24803 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/mapping_q1.cc

index 07917df35fa4559502ce1e7f9511c0581ebfe1e3..d12b18d11860c9cccdf4a148dfbcd2c5ccb89fae 100644 (file)
@@ -1518,7 +1518,7 @@ transform_real_to_unit_cell_internal
   Point<spacedim> p_real(transform_unit_to_real_cell_internal(mdata));
   Point<spacedim> f = p_real-p;
 
-  const double eps=1e-15*cell->diameter();
+  const double eps = 1.e-8*cell->diameter();
   const unsigned int loop_limit = 10;
   
   unsigned int loop=0;

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.