Skip to content

Fix buggy shape function for pyramids

Oliver Sander requested to merge fix-buggy-shape-function into releases/2.7

One of the shape functions of the second-order Lagrange element for pyramids was implemented wrongly, and the derivative along with it. This went unnoticed for a long time, until I saw that the element was not able to represent constant functions.

(cherry picked from commit 976bed34)

Merge request reports