From d52d50a123f2224685e0a865633cbe8d851914cf Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 31 Jul 2016 15:51:17 +0200 Subject: [PATCH] add some documentation --- include/deal.II/lac/dynamic_sparsity_pattern.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/lac/dynamic_sparsity_pattern.h b/include/deal.II/lac/dynamic_sparsity_pattern.h index c1d1d62d39..758b41c708 100644 --- a/include/deal.II/lac/dynamic_sparsity_pattern.h +++ b/include/deal.II/lac/dynamic_sparsity_pattern.h @@ -342,7 +342,9 @@ public: const IndexSet &rowset = IndexSet()); /** - * Create a square SparsityPattern using the index set. + * Create a square SparsityPattern using the given index set. The total size + * is given by the size of @p indexset and only rows corresponding to + * indices in @p indexset are stored on the current processor. */ DynamicSparsityPattern (const IndexSet &indexset); -- 2.39.5