]> https://gitweb.dealii.org/ - dealii.git/commitdiff
computation time reduced
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 15 Dec 2003 14:25:00 +0000 (14:25 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 15 Dec 2003 14:25:00 +0000 (14:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@8265 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/mesh_3d_15.cc

index 44b0109a114c4c92bf2ab03dbbfe9fbdd81535e0..aa532ef7e7ce8a282eeaed0a39b0297ade2ec056 100644 (file)
@@ -98,8 +98,9 @@ void check (Triangulation<3> &tria)
   
   deallog << "Initial check" << std::endl;
   check_this (tria);
-  
-  for (unsigned int r=0; r<3; ++r)
+//TODO:[WB] Is there a reason to do this three times?
+// Changed to two. Guido
+  for (unsigned int r=0; r<2; ++r)
     {
       tria.refine_global (1);
       deallog << "Check " << r << 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.