From 461c5e2f73423bd16a329299028df4ce6acf9427 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 22 Jun 2009 15:49:21 +0000 Subject: [PATCH] Choose a more interesting potential. git-svn-id: https://svn.dealii.org/trunk@18955 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-36/step-36.prm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5