From: Peter Munch Date: Sat, 6 Apr 2024 20:43:50 +0000 (+0200) Subject: Small fixes in step-89 X-Git-Tag: v9.6.0-rc1~393^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3825a8f77f4fa519397eb2ef110a68dad6a034d;p=dealii.git Small fixes in step-89 --- diff --git a/doc/doxygen/tutorial/tutorial.h.in b/doc/doxygen/tutorial/tutorial.h.in index c32a84429e..89351c0cd5 100644 --- a/doc/doxygen/tutorial/tutorial.h.in +++ b/doc/doxygen/tutorial/tutorial.h.in @@ -690,6 +690,13 @@ *
Keywords: Utilities::MPI::RemotePointEvaluation, VectorTools::point_values() * * + * + * step-89 + * Matrix-free operator evaluation for non-matching and Chimera methods with application + * to acoustic conservation equations. + *
Keywords: FERemoteEvaluation + * + * * * * @@ -1012,7 +1019,8 @@ * step-66, * step-67, * step-75, - * step-76 + * step-76, + * step-89 * * * @@ -1034,7 +1042,8 @@ * step-60, * step-70, * step-85, - * step-87 + * step-87, + * step-89 * * * diff --git a/doc/news/changes/major/20231127HeinzBergbauerFederMunch b/doc/news/changes/major/20231127HeinzBergbauerFederMunch index f8f70b4659..a550e74433 100644 --- a/doc/news/changes/major/20231127HeinzBergbauerFederMunch +++ b/doc/news/changes/major/20231127HeinzBergbauerFederMunch @@ -3,4 +3,4 @@ evaluation for non-matching and Chimera methods. The acoustic conservation equat using Nitsche-type mortaring and point-to-point interpolation to demonstrate that a simple point-to-point interpolation approach is sometimes not sufficient.
-(Johannes Heinz, Marco Feder, Peter Munch, 2023/11/27) +(Johannes Heinz, Maximilian Bergbauer, Marco Feder, Peter Munch, 2023/11/27)