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

Add changelog for MappingQ #13697

Merged
merged 1 commit into from
May 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/news/changes/incompatibilities/20210710MartinKronbichler
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Changed: The class MappingQ now applies a high-order mapping to a cells in the
mesh, not just the ones touching the boundary. This makes the class completely
equivalent to the previous class MappingQGeneric. All functionality in the
latter class has been integrated into the MappingQ class. This avoids errors
with curved manifolds in the interior of the domain, where MappingQ could lead
to gaps or overlaps in the computational domain. In case the slightly better
performance of using MappingQ1 in interior cells is desired,
hp::MappingCollection can be used to replicate the old behavior.
<br>
(Martin Kronbichler, 2021/07/10)