From ce7dd6c029f9b622bb2ada15efd1fd8df87568d4 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sun, 3 Nov 2024 20:07:57 +0100 Subject: [PATCH] Fix link --- include/deal.II/non_matching/quadrature_generator.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.39.5