From ae96ca2e3f70444d4e667ae7dd582cabe67786fc Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Sat, 12 Feb 2022 11:37:22 -0700 Subject: [PATCH] BlockDynamicSparsityPattern: Update doc for parallel distributed applications. --- include/deal.II/lac/block_sparsity_pattern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5