From: Peter Munch Date: Sat, 24 Jul 2021 11:48:35 +0000 (+0200) Subject: Fix documentation of VT::project() X-Git-Tag: v9.4.0-rc1~1123^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12598%2Fhead;p=dealii.git Fix documentation of VT::project() --- 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.