From: Wolfgang Bangerth Date: Sun, 13 Feb 2011 05:03:08 +0000 (+0000) Subject: Use a better coarse mesh. X-Git-Tag: v8.0.0~4351 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae9618fd93d2dd8899c97307808feb60d1ea6bc;p=dealii.git Use a better coarse mesh. git-svn-id: https://svn.dealii.org/trunk@23347 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 1e58451b5a..e67975e84f 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -3483,14 +3483,12 @@ void BoussinesqFlowProblem::run (const std::string parameter_filename) Point(), EquationData::R0, EquationData::R1, - 12, + 96, true); static HyperShellBoundary 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); diff --git a/deal.II/examples/step-32/step-32.prm b/deal.II/examples/step-32/step-32.prm index 85863bf44b..3ddcd8521a 100644 --- a/deal.II/examples/step-32/step-32.prm +++ b/deal.II/examples/step-32/step-32.prm @@ -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.