From ffb059f0c39104a9e4a3a1eba6c48a77c9488159 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 6 Oct 2011 20:20:51 +0000 Subject: [PATCH] Set parameters for 2d simulations. git-svn-id: https://svn.dealii.org/trunk@24541 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.prm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-32/step-32.prm b/deal.II/examples/step-32/step-32.prm index ef750a7d62..6c2abfcbee 100644 --- a/deal.II/examples/step-32/step-32.prm +++ b/deal.II/examples/step-32/step-32.prm @@ -13,7 +13,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 = 5 # The number of time steps between each generation of graphical output files. set Time steps between graphical output = 50 -- 2.39.5