From: Wolfgang Bangerth Date: Mon, 22 Jun 2009 15:49:21 +0000 (+0000) Subject: Choose a more interesting potential. X-Git-Tag: v8.0.0~7595 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=461c5e2f73423bd16a329299028df4ce6acf9427;p=dealii.git Choose a more interesting potential. git-svn-id: https://svn.dealii.org/trunk@18955 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 83f7bbeca9..11209580aa 100644 --- a/deal.II/examples/step-36/step-36.prm +++ b/deal.II/examples/step-36/step-36.prm @@ -1,2 +1,2 @@ set Number of eigenvalues/eigenfunctions = 5 -set Potential = if (x^2 + y^2 < 0.5^2, -2, 0) +set Potential = if (x^2 + y^2 < 0.75^2, if (x*y > 0, -10, -5), 0)