]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reduced eps in HyperBallBoundary
authorheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Jan 2014 09:59:18 +0000 (09:59 +0000)
committerheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 21 Jan 2014 09:59:18 +0000 (09:59 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@32277 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/tria_boundary_lib.cc

index e0f2017682d4adca4d7d78b62f2ab4d94ea103be..0d6f7cb93df899b6ea9c164505102fa33f9633c8 100644 (file)
@@ -237,7 +237,7 @@ HyperBallBoundary<dim,spacedim>::get_intermediate_point(const Point<spacedim> &p
                         v1=p1-center;
   const double length=std::sqrt((v1-v0).square());
 
-  double eps=1e-12;
+  double eps=1e-5;
   double r=0;
   if (compute_radius_automatically)
     {

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.