From 57dd49659d34df2ad7e96c71b3798e84a37b888b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 24 Jun 2023 15:57:48 -0600 Subject: [PATCH] Update 9.5/paper.tex Co-authored-by: Timo Heister --- 9.5/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.5/paper.tex b/9.5/paper.tex index f6a28cf..513e01d 100644 --- a/9.5/paper.tex +++ b/9.5/paper.tex @@ -634,7 +634,7 @@ auto intersection_data = \todo[inline]{Marco: It is unfortunate that we advertise a function in namespace `internal' here. We should think about moving it, see \url{https://github.com/dealii/dealii/issues/15463}.} -Internally above function uses the new function \texttt{CGALWrappers::compute\_intersection\_of\_cells()}, to actually compute intersections between two geometric entities. +The above function uses the new function \texttt{CGALWrappers::compute\_intersection\_of\_cells()} internally to compute intersections between two geometric entities. For the common case of Nitsche-type mortaring, quadrature points must be distributed on the intersections to evaluate the underlying physical coupling terms. The \texttt{intersection\_data} returned by the function above can convert itself to data which can be used to fill \texttt{RemotePointEvaluation}. -- 2.39.5