From 3f1623053a6b3a0c369d43a3fa42dc99357e0e81 Mon Sep 17 00:00:00 2001 From: tcclevenger Date: Fri, 9 Aug 2019 17:05:34 -0600 Subject: [PATCH] add documentation --- include/deal.II/lac/la_parallel_vector.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/deal.II/lac/la_parallel_vector.h b/include/deal.II/lac/la_parallel_vector.h index 29ee2ff50a..f0efe7ab6d 100644 --- a/include/deal.II/lac/la_parallel_vector.h +++ b/include/deal.II/lac/la_parallel_vector.h @@ -251,6 +251,9 @@ namespace LinearAlgebra /** * Copy constructor. Uses the parallel partitioning of @p in_vector. + * It should be noted that this constructor automatically sets ghost + * values to zero. Call @p update_ghost_values() directly following + * construction if a ghosted vector is required. */ Vector(const Vector &in_vector); -- 2.39.5