From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 16:29:05 +0000 (+0000) Subject: Make refinement level a parameter. Set potential temporarily to zero. X-Git-Tag: v8.0.0~7539 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa4d5c3362208e1515112b2c2c49aabf30996f0c;p=dealii.git Make refinement level a parameter. Set potential temporarily to zero. git-svn-id: https://svn.dealii.org/trunk@19020 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-36/step-36.prm b/deal.II/examples/step-36/step-36.prm index 42efdad73d..0236abeed4 100644 --- a/deal.II/examples/step-36/step-36.prm +++ b/deal.II/examples/step-36/step-36.prm @@ -1,2 +1,3 @@ +set Global mesh refinement steps = 5 set Number of eigenvalues/eigenfunctions = 6 -set Potential = if (x^2 + y^2 < 0.75^2, if (x*y > 0, -10, -5), 0) +set Potential = 0 # if (x^2 + y^2 < 0.75^2, if (x*y > 0, -10, -5), 0)