]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make tolerance sharper again.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 13 Sep 2013 06:07:18 +0000 (06:07 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 13 Sep 2013 06:07:18 +0000 (06:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@30680 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/mapping_q.cc

index 4ee1d4374c86afca511c663c7f6ffba075b4554d..eeb52d8a3acba5ba81a1d5f5564288706d4ea5d0 100644 (file)
@@ -558,7 +558,7 @@ MappingQ<3>::set_laplace_on_hex_vector(Table<2,double> &lohvs) const
   // this
   for (unsigned int unit_point=0; unit_point<n_inner; ++unit_point)
     Assert(std::fabs(std::accumulate(lohvs[unit_point].begin(),
-                                     lohvs[unit_point].end(),0.) - 1)<1e-12*this->degree*this->degree,
+                                     lohvs[unit_point].end(),0.) - 1)<1e-13*this->degree,
            ExcInternalError());
 }
 

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.