From 2ef9650b7f50663cc86033f6c087db5a09a6de76 Mon Sep 17 00:00:00 2001 From: Nicolas Barnafi Date: Mon, 4 Jul 2022 16:42:34 +0200 Subject: [PATCH] Rephrased for clarity --- include/deal.II/lac/petsc_sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/petsc_sparse_matrix.h b/include/deal.II/lac/petsc_sparse_matrix.h index b9994900d9..13f3ca9b05 100644 --- a/include/deal.II/lac/petsc_sparse_matrix.h +++ b/include/deal.II/lac/petsc_sparse_matrix.h @@ -635,7 +635,7 @@ namespace PETScWrappers const SparsityPatternType &sparsity_pattern); /** - * Same as previous functions, but here we consider active dofs for MATIS. + * Same as previous functions, but here we consider active dofs for matrices of IS type. */ template void -- 2.39.5