From: Denis Davydov Date: Thu, 2 Jul 2015 08:47:28 +0000 (+0200) Subject: fixed the expression for expected eigenvalues in Step-36 X-Git-Tag: v8.3.0-rc1~68^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51d0e2c4f0d5d769ca907439dd699ad3982f031;p=dealii.git fixed the expression for expected eigenvalues in Step-36 --- diff --git a/examples/step-36/doc/results.dox b/examples/step-36/doc/results.dox index 729152affc..0644023a6b 100644 --- a/examples/step-36/doc/results.dox +++ b/examples/step-36/doc/results.dox @@ -12,7 +12,7 @@ set Potential = 0 @endcode Here, the potential is zero inside the domain, and we know that the -eigenvalues are given by $\lambda_{(mn)}=\frac{\pi}{4}(m^2+n^2)$ where +eigenvalues are given by $\lambda_{(mn)}=\frac{\pi^2}{4}(m^2+n^2)$ where $m,n\in{\mathbb N^+}$. Eigenfunctions are sines and cosines with $m$ and $n$ periods in $x$ and $y$ directions. This matches the output our program generates: