From 9e860307b3818ba5bf4afe379af83f6830084996 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 4 Oct 2011 02:40:59 +0000 Subject: [PATCH] Add a link to step-32. git-svn-id: https://svn.dealii.org/trunk@24522 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/numerics/data_postprocessor.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deal.II/include/deal.II/numerics/data_postprocessor.h b/deal.II/include/deal.II/numerics/data_postprocessor.h index c1ff7f8edc..ad24cdb50a 100644 --- a/deal.II/include/deal.II/numerics/data_postprocessor.h +++ b/deal.II/include/deal.II/numerics/data_postprocessor.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2007, 2008, 2010 by the deal.II authors +// Copyright (C) 2007, 2008, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -32,7 +32,7 @@ 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 step-29. Other uses are shown in + * solution as demonstrated in step-29. Other uses are shown in step-32 and * 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 @@ -100,7 +100,7 @@ class DataPostprocessor: public Subscriptor const std::vector > &dduh, const std::vector > &normals, std::vector > &computed_quantities) const; - + /** * This is the main function which actually * performs the postprocessing. The last @@ -136,7 +136,7 @@ class DataPostprocessor: public Subscriptor const std::vector > &normals, const std::vector > &evaluation_points, std::vector > &computed_quantities) const; - + /** * @deprecated * @@ -158,7 +158,7 @@ class DataPostprocessor: public Subscriptor const std::vector > > &dduh, const std::vector > &normals, std::vector > &computed_quantities) const; - + /** * Same as the * compute_derived_quantities_scalar() @@ -182,7 +182,7 @@ class DataPostprocessor: public Subscriptor * the names of the computed quantities. */ virtual std::vector get_names () const=0; - + /** * This functions returns * information about how the @@ -224,7 +224,7 @@ class DataPostprocessor: public Subscriptor virtual std::vector get_data_component_interpretation () const; - + /** * Return, which data has to be provided to * compute the derived quantities. This has @@ -250,7 +250,7 @@ class DataPostprocessor: public Subscriptor * get_names(). */ virtual unsigned int n_output_variables() const=0; - + }; DEAL_II_NAMESPACE_CLOSE -- 2.39.5