]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Undo probably accidental checkin
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 29 Jul 2006 19:36:48 +0000 (19:36 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 29 Jul 2006 19:36:48 +0000 (19:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@13497 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 69a1e9d18462b353e3d6475cb0cae71b0cf6b09b..821b0e044b5e600b412e1966ac18593e88a4aa0d 100644 (file)
@@ -208,7 +208,7 @@ void LaplaceProblem::make_grid_and_dofs ()
                                   // has 32 times 32 cells, for a
                                   // total of 1024.
   GridGenerator::hyper_cube (triangulation, -1, 1);
-  triangulation.refine_global (3);
+  triangulation.refine_global (5);
                                   // Unsure that 1024 is the correct number?
                                   // Let's see: n_active_cells return the
                                   // number of active cells:
@@ -787,9 +787,6 @@ void LaplaceProblem::solve ()
                                   // job, the solution variable
                                   // contains the nodal values of the
                                   // solution function.
-
-  solution.print (std::cout);
-
 }
 
 

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.