From: Wolfgang Bangerth Date: Tue, 17 Aug 2021 00:14:00 +0000 (-0600) Subject: Minor doc update. X-Git-Tag: v9.4.0-rc1~1070^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12662%2Fhead;p=dealii.git Minor doc update. --- diff --git a/include/deal.II/numerics/data_out_dof_data.templates.h b/include/deal.II/numerics/data_out_dof_data.templates.h index 37131e2b93..1750001cd2 100644 --- a/include/deal.II/numerics/data_out_dof_data.templates.h +++ b/include/deal.II/numerics/data_out_dof_data.templates.h @@ -1059,7 +1059,10 @@ namespace internal memory_consumption() const override; /** - * Temporal storage for the data. + * Copy of the data of the vector passed to DataOutDoFData::add_vector(). + * This vector imports all elements necessary to create output from the + * source vector and stores it until we no longer need it. No reference + * to the original source vector is necessary nor stored. */ LinearAlgebra::distributed::BlockVector vector; };