From: bangerth Date: Thu, 22 May 2008 19:34:17 +0000 (+0000) Subject: Use constant stabilization. Using mesh-dependent stabilization will lead to non-conve... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20124ad1b0a0cacfc4e389abf04b7b1fc52f7553;p=dealii-svn.git Use constant stabilization. Using mesh-dependent stabilization will lead to non-convergence at t=2.12. In the original input.prm from David Neckels, mesh-dependent stabilization was set, but the parameter parser was looking for the word 'mesh ' instead of 'mesh', so didn't recognize the parameter and used constant stabilization as a result. git-svn-id: https://svn.dealii.org/trunk@16170 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-33/input.prm b/deal.II/examples/step-33/input.prm index b0d869059e..b9e2e7346e 100644 --- a/deal.II/examples/step-33/input.prm +++ b/deal.II/examples/step-33/input.prm @@ -79,6 +79,6 @@ end # -------------------------------------------------- # Flux parameters subsection flux - set stab = mesh + set stab = constant #set stab value = 1.0 end