From: Wolfgang Bangerth Date: Fri, 19 Aug 2016 16:12:01 +0000 (-0600) Subject: Link in 6 more, recently posted video lectures. X-Git-Tag: v8.5.0-rc1~754^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2991%2Fhead;p=dealii.git Link in 6 more, recently posted video lectures. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index d31d5d1c0c..e7ee087ee0 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -196,6 +196,14 @@ inconvenience this causes.
    +
  1. New: There are 6 new video lectures that explain the + basics of Linux and the command line, how mesh refinement works, and some + more complicated time stepping schemes. + (@dealiiVideoLectureSeeAlso{2.9,2.91,17.25,17.5,17.75,30.25}) +
    + (Wolfgang Bangerth, 2016/08/19) +
  2. +
  3. New: deal.II no longer uses features of the C++ language that were deprecated with C++11, C++14, or that are scheduled to be deprecated for C++17. diff --git a/examples/step-1/doc/intro.dox b/examples/step-1/doc/intro.dox index f18248b0b8..a077750b4a 100644 --- a/examples/step-1/doc/intro.dox +++ b/examples/step-1/doc/intro.dox @@ -121,6 +121,12 @@ particular, you can see the steps he executes to run this and other programs, and you will get a much better idea of the tools that can be used to work with deal.II. In particular, lectures 2 and 4 give an overview of deal.II and of the building blocks of any finite element code. +(@dealiiVideoLectureSeeAlso{2,4}) + +If you are not yet familiar with using Linux and running things on the +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.

    What this program does

    diff --git a/examples/step-6/doc/intro.dox b/examples/step-6/doc/intro.dox index 7cf7b167cc..a1473747af 100644 --- a/examples/step-6/doc/intro.dox +++ b/examples/step-6/doc/intro.dox @@ -1,7 +1,7 @@

    Introduction

    -@dealiiVideoLecture{15,16,17} +@dealiiVideoLecture{15,16,17,17.25,17.5,17.75} The main emphasis in this example is the handling of locally refined grids. The approach to adaptivity chosen in deal.II is to use grids in which