From: Wolfgang Bangerth Date: Mon, 21 May 2018 12:53:34 +0000 (+0800) Subject: Make clear in the program that we omit significant parts of step-45. X-Git-Tag: v9.1.0-rc1~1122^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6640%2Fhead;p=dealii.git Make clear in the program that we omit significant parts of step-45. --- diff --git a/examples/step-45/step-45.cc b/examples/step-45/step-45.cc index 40b760166e..1f7850516c 100644 --- a/examples/step-45/step-45.cc +++ b/examples/step-45/step-45.cc @@ -31,6 +31,10 @@ // object with periodicity constraints // - StokesProblem::run(): To supply a distributed triangulation with // periodicity information. +// +// The rest of the program is identical to step-22, so let us skip this part +// and only show these two functions in the following. (The full program can be +// found in the "Plain program" section below, though.) // @cond SKIP @@ -489,6 +493,9 @@ namespace Step45 mpi_communicator); } +// The rest of the program is then again identical to step-22. We will omit +// it here now, but as before, you can find these parts in the "Plain program" +// section below. // @cond SKIP template