From: Wolfgang Bangerth Date: Tue, 29 Aug 2017 23:18:46 +0000 (-0600) Subject: Add a link to the new example. X-Git-Tag: v9.0.0-rc1~1142^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d562154dc848f2a87a998803abac350fcc8293b6;p=dealii.git Add a link to the new example. --- 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 */