From: Timo Heister Date: Sun, 31 Jul 2016 13:51:17 +0000 (+0200) Subject: add some documentation X-Git-Tag: v8.5.0-rc1~819^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2892%2Fhead;p=dealii.git add some documentation --- 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);