From bd8ee3f9b189a79015dcc8a85b85d52b2b982ac1 Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Thu, 21 Oct 2021 18:25:31 +0200 Subject: [PATCH] Update doc make_flux_sparsity_pattern --- include/deal.II/dofs/dof_tools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.39.5