From: Wolfgang Bangerth Date: Fri, 18 Jun 2021 20:56:15 +0000 (-0600) Subject: Leave a reference to step-78. X-Git-Tag: v9.4.0-rc1~1212^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12470%2Fhead;p=dealii.git Leave a reference to step-78. --- diff --git a/include/deal.II/numerics/data_out_stack.h b/include/deal.II/numerics/data_out_stack.h index 6db2de0b2f..9a64917597 100644 --- a/include/deal.II/numerics/data_out_stack.h +++ b/include/deal.II/numerics/data_out_stack.h @@ -64,7 +64,7 @@ public: * example to connect the results of solutions of a parameter dependent * equation for several parameter value together into one. The interface is * mostly modelled after the DataOut class, see there for some more - * documentation. + * documentation. The class is used in step-78. * * We will explain the concept for a time dependent problem, but instead of * the time any parameter can be substituted. In our example, a solution of an @@ -83,7 +83,7 @@ public: * added in the future. * * - *

Example of Use

+ *

Example of use

* * The following little example shall illustrate the different steps of use of * this class. It is assumed that the finite element used is composed of two