From 95f5fdbac118cf44b180d15b924debc3cf89431a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 4 Dec 2014 15:37:16 -0500 Subject: [PATCH] clarify documentation of ConstraintMatrix::distribute(VECTOR) This came up as a question on the mailing list so we should be more precise. --- include/deal.II/lac/constraint_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/constraint_matrix.h b/include/deal.II/lac/constraint_matrix.h index 1bfa3d1f77..305d5d72b1 100644 --- a/include/deal.II/lac/constraint_matrix.h +++ b/include/deal.II/lac/constraint_matrix.h @@ -1099,8 +1099,8 @@ public: * Trilinos vector wrapper class, or any other type having the same * interface. * - * Note that if called with a TrilinosWrappers::MPI::Vector it may not - * contain ghost elements. + * @note If called with a TrilinosWrappers::MPI::Vector or + * PETScWrappers::MPI::Vector @p vec must not contain ghost elements. */ template void distribute (VectorType &vec) const; -- 2.39.5