]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use a better coarse mesh.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 13 Feb 2011 05:03:08 +0000 (05:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 13 Feb 2011 05:03:08 +0000 (05:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@23347 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/step-32.cc
deal.II/examples/step-32/step-32.prm

index 1e58451b5a3059051cb64bd0377872a0721a2cb5..e67975e84ff56c64fbfcffd3384e1e9ce3d35aed 100644 (file)
@@ -3483,14 +3483,12 @@ void BoussinesqFlowProblem<dim>::run (const std::string parameter_filename)
                              Point<dim>(),
                              EquationData::R0,
                              EquationData::R1,
-                             12,
+                             96,
                              true);
   static HyperShellBoundary<dim> boundary;
   triangulation.set_boundary (0, boundary);
   triangulation.set_boundary (1, boundary);
 
-                                  //GridGenerator::hyper_cube (triangulation, EquationData::R0, EquationData::R1);
-
   global_Omega_diameter = GridTools::diameter (triangulation);
 
   triangulation.refine_global (parameters.initial_global_refinement);
index 85863bf44b859530b5914502aed200a4cf2758a9..3ddcd8521a0de44ddd5bb09961d103bcbbcae73e 100644 (file)
@@ -9,7 +9,7 @@ set Initial adaptive refinement         = 2
 
 # The number of global refinement steps performed on the initial coarse mesh,
 # before the problem is first solved there.
-set Initial global refinement           = 2
+set Initial global refinement           = 1
 
 # Whether graphical output is to be generated or not. You may not want to get
 # graphical output if the number of processors is large.

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.