From: Fabian Castelli Date: Thu, 21 Oct 2021 16:25:31 +0000 (+0200) Subject: Update doc make_flux_sparsity_pattern X-Git-Tag: v9.4.0-rc1~912^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12857%2Fhead;p=dealii.git Update doc make_flux_sparsity_pattern --- diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index 6a5d6102d2..5ddc42c47d 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -609,9 +609,9 @@ namespace DoFTools * bilinear form, and which variables couple with each other in the face * integrals. If you passed masks consisting of only 1s to both of these, * then you would get the same sparsity pattern as if you had called the - * first of the make_sparsity_pattern() functions above. By setting some of - * the entries of these masks to zeros, you can get a sparser sparsity - * pattern. + * first of the make_flux_sparsity_pattern() functions above. By setting + * some of the entries of these masks to zeros, you can get a sparser + * sparsity pattern. * * @ingroup constraints */