From: Peter Munch Date: Sun, 3 Nov 2024 19:07:57 +0000 (+0100) Subject: Fix link X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17833%2Fhead;p=dealii.git Fix link --- diff --git a/include/deal.II/non_matching/quadrature_generator.h b/include/deal.II/non_matching/quadrature_generator.h index 00d96c62f6..e9851421af 100644 --- a/include/deal.II/non_matching/quadrature_generator.h +++ b/include/deal.II/non_matching/quadrature_generator.h @@ -174,10 +174,7 @@ namespace NonMatching * will also be positive. * * A detailed description of the underlying algorithm can be found in - * "High-Order %Quadrature Methods for Implicitly Defined Surfaces and - * Volumes in Hyperrectangles, R. I. Saye, SIAM J. Sci. Comput., 37(2), - * doi:10.1137/140966290". This implementation has some modifications + * @cite saye_2015. This implementation has some modifications * compared to the algorithm description in the paper. In particular, it * builds the three different types of quadratures (inside, outside and * surface) simultaneously. Further, the so-called "pruning" step is not yet