From: Wolfgang Bangerth Date: Sat, 24 Jun 2023 21:57:48 +0000 (-0600) Subject: Update 9.5/paper.tex X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57dd49659d34df2ad7e96c71b3798e84a37b888b;p=release-papers.git Update 9.5/paper.tex Co-authored-by: Timo Heister --- 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}.