From cfb18e759bfdc950ddb2e1096babcd04c5c0da5c Mon Sep 17 00:00:00 2001 From: Konstantin Ladutenko Date: Sat, 8 Oct 2016 21:57:52 +0200 Subject: [PATCH] step-1 update intro --- examples/step-1/doc/intro.dox | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5