From 2fae7b8d690d01d0da15227a98679d76469ac0b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 16 May 2008 02:03:19 +0000 Subject: [PATCH] Reference step-33. git-svn-id: https://svn.dealii.org/trunk@16107 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_postprocessor.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/numerics/data_postprocessor.h b/deal.II/deal.II/include/numerics/data_postprocessor.h index 09251c52e8..08578d241a 100644 --- a/deal.II/deal.II/include/numerics/data_postprocessor.h +++ b/deal.II/deal.II/include/numerics/data_postprocessor.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2007 by the deal.II authors +// Copyright (C) 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -33,10 +33,11 @@ DEAL_II_NAMESPACE_OPEN * and possibly the first and second derivates of the solution. Examples are * the calculation Mach numbers from velocity and density in supersonic flow * computations, or the computation of the magnitude of a complex-valued - * solution as demonstrated in @ref step_29 "step-29". This class offers the - * interface to perform such postprocessing. Given the values and derivatives - * of the solution at those points where we want to generated output, the - * functions of this class can be overloaded to compute new quantities. + * solution as demonstrated in @ref step_29 "step-29". Other uses are shown in + * @ref step_33 "step-33". This class offers the interface to perform such + * postprocessing. Given the values and derivatives of the solution at those + * points where we want to generated output, the functions of this class can + * be overloaded to compute new quantities. * * A data vector and an object of a derived class can be given to the * DataOut::add_data_vector function, which will write the derived -- 2.39.5