From 9bab24e6d2cb51a834347b6473a3d0320b1ae043 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 18 Jun 2021 14:56:15 -0600 Subject: [PATCH] Leave a reference to step-78. --- include/deal.II/numerics/data_out_stack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5