From 62dd54707d040dc825a5312238c4270c1e30508d Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 8 Feb 2007 16:30:36 +0000 Subject: [PATCH] Fix a hopelessly outdated comment. git-svn-id: https://svn.dealii.org/trunk@14423 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.h b/deal.II/deal.II/include/numerics/vectors.h index ee1d1cb6d2..148f197f9f 100644 --- a/deal.II/deal.II/include/numerics/vectors.h +++ b/deal.II/deal.II/include/numerics/vectors.h @@ -245,12 +245,11 @@ class ConstraintMatrix; * is the same as a @p cell_iterator takes when started with @p begin_active and * promoted with the ++ operator. * - * You can use the @p distribute_cell_to_dof_vector function of the - * DoFHandler class to convert cell based data to a data - * vector with values on the degrees of freedom, which can then be - * added to a DataOut object to be printed. But also you can - * add a cell based data vector itself to a DataOut object, - * see the @p DataOut::add_data_vector functions. + * This data, one number per active cell, can be used to generate + * graphical output by directly passing it to the DataOut class + * through the DataOut::add_data_vector function. Alternatively, it + * can be interpolated to the nodal points of a finite element field + * using the DoFTools::distribute_cell_to_dof_vector function. * * Presently, there is the possibility to compute the following values from the * difference, on each cell: @p mean, @p L1_norm, @p L2_norm, @p Linfty_norm, -- 2.39.5