]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Correct number of global refinements: should be five.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Sep 2011 09:47:37 +0000 (09:47 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 2 Sep 2011 09:47:37 +0000 (09:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@24232 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-3/step-3.cc

index 9ada5f720baf98b63550401cb17fbcc7a4054037..0738ce162b3cac5d7aa9894c157e69eccca55642 100644 (file)
@@ -213,7 +213,7 @@ void Step3::make_grid ()
                                   // has 32 times 32 cells, for a
                                   // total of 1024.
   GridGenerator::hyper_cube (triangulation, -1, 1);
-  triangulation.refine_global (0);
+  triangulation.refine_global (5);
                                   // Unsure that 1024 is the correct number?
                                   // Let's see: n_active_cells returns the
                                   // number of active cells:

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.