Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Introduce FERemoteEvaluation #15982

Closed
wants to merge 11 commits into from
8 changes: 8 additions & 0 deletions doc/news/changes/major/20230915HeinzMunch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
New: Introduce FERemoteEvaluation. This new class provides similar
interfaces as FEEvaluation, FEFaceEvaluation, and FEPointEvaluation.
It can be used to access values and/or gradients in quadrature points
at remote triangulations. In particular the class is designed such that
it can also be used for Nitsche-type mortaring or L2-Projection with
CGAL in the future.
<br>
(Johannes Heinz, Peter Munch, 2023/09/15)