From: Konstantin Ladutenko Date: Sat, 8 Oct 2016 19:57:52 +0000 (+0200) Subject: step-1 update intro X-Git-Tag: v8.5.0-rc1~582^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfb18e759bfdc950ddb2e1096babcd04c5c0da5c;p=dealii.git step-1 update intro --- diff --git a/examples/step-1/doc/intro.dox b/examples/step-1/doc/intro.dox index a077750b4a..d0393e4b20 100644 --- a/examples/step-1/doc/intro.dox +++ b/examples/step-1/doc/intro.dox @@ -128,6 +128,11 @@ command line, you may be interested in watching lectures 2.9 and 2.91. (@dealiiVideoLectureSeeAlso{2.9,2.91}) These give overviews over the command line and on what happens when compiling programs, respectively. +Note that deal.II is actively developed, some functions were renamed +after video lectures were ready. For example, step-1 code shown in the +video lecture 5 has a class HyperShellBoundary which was replaced with +SphericalManifold class later on. However, in spite of such kind of +details the content of the lectures is still very relevant.

What this program does

@@ -152,6 +157,7 @@ of introduction. @dealiiVideoLecture{5,6} +

About scientific computing in general

If you are reading through this tutorial program, chances are that you are