From 2a88e30e11b2e466a9f13b0e84e2c562b4d3ae69 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 21 May 2018 20:53:34 +0800 Subject: [PATCH] Make clear in the program that we omit significant parts of step-45. --- examples/step-45/step-45.cc | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5