From: Marc Fehling Date: Sat, 12 Feb 2022 18:37:22 +0000 (-0700) Subject: BlockDynamicSparsityPattern: Update doc for parallel distributed applications. X-Git-Tag: v9.4.0-rc1~506^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13370%2Fhead;p=dealii.git BlockDynamicSparsityPattern: Update doc for parallel distributed applications. --- diff --git a/include/deal.II/lac/block_sparsity_pattern.h b/include/deal.II/lac/block_sparsity_pattern.h index e0e8b50aed..16d2974792 100644 --- a/include/deal.II/lac/block_sparsity_pattern.h +++ b/include/deal.II/lac/block_sparsity_pattern.h @@ -555,7 +555,7 @@ public: * of each block is determined by the size() of the respective IndexSet. * Each block only stores the rows given by the values in the IndexSet, * which is useful for distributed memory parallel computations and usually - * corresponds to the locally owned DoFs. + * corresponds to the locally relevant DoFs. */ BlockDynamicSparsityPattern(const std::vector &partitioning);