From d562154dc848f2a87a998803abac350fcc8293b6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 29 Aug 2017 17:18:46 -0600 Subject: [PATCH] Add a link to the new example. --- include/deal.II/numerics/data_postprocessor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/deal.II/numerics/data_postprocessor.h b/include/deal.II/numerics/data_postprocessor.h index 8244dd9271..6351787718 100644 --- a/include/deal.II/numerics/data_postprocessor.h +++ b/include/deal.II/numerics/data_postprocessor.h @@ -408,6 +408,10 @@ namespace DataPostprocessorInputs * flags to the constructor of the base class and overload the function that * actually computes the results. * + * The DataPostprocessorVector class documentation also contains an extensive + * example of how it can be used. + * + * * @ingroup output * @author Tobias Leicht, 2007, Wolfgang Bangerth, 2016 */ -- 2.39.5