From 8dc0e87c8a9886ba7120bcc1941d20f633062b69 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sat, 24 Jul 2021 13:48:35 +0200 Subject: [PATCH] Fix documentation of VT::project() --- include/deal.II/numerics/vector_tools_project.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools_project.h b/include/deal.II/numerics/vector_tools_project.h index f9d7a2395a..56cebf59e0 100644 --- a/include/deal.II/numerics/vector_tools_project.h +++ b/include/deal.II/numerics/vector_tools_project.h @@ -96,7 +96,8 @@ namespace VectorTools * - dim==spacedim * * In this case, this function performs numerical quadrature using the given - * quadrature formula for integration of the right hand side $\Phi_i$ while a + * quadrature formula for integration of the right hand side $\Phi_i$ and + * for the mass operator. In the case of hypercube cells, a * QGauss(fe_degree+2) object is used for the mass operator. You should * therefore make sure that the given quadrature formula is sufficiently * accurate for creating the right-hand side. -- 2.39.5