Skip to content

Commit

Permalink
Merge pull request #13697 from kronbichler/add_changelog
Browse files Browse the repository at this point in the history
Add changelog for MappingQ
  • Loading branch information
peterrum committed May 9, 2022
2 parents 782b4a5 + e46dfa8 commit c5cc3b1
Showing 1 changed file with 10 additions and 0 deletions.
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)

0 comments on commit c5cc3b1

Please sign in to comment.