Skip to content

Fix buggy shape function for pyramids

Oliver Sander requested to merge lisa-shape-function-fix into master

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 it was noticed that the element was not able to represent constant functions.

Merge request reports