From 866a26b9a7bd4d9fb3768af83f02a86467536090 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Aug 2021 18:14:00 -0600 Subject: [PATCH] Minor doc update. --- include/deal.II/numerics/data_out_dof_data.templates.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }; -- 2.39.5