Skip to content

Commit

Permalink
Implementation of Hu-Zhang element
Browse files Browse the repository at this point in the history
  • Loading branch information
FAznaran committed Mar 20, 2024
1 parent cf66c4b commit 2113570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ufl/finiteelement/elementlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ def show_elements():
"double contravariant Piola", (2, 2), ("triangle", "tetrahedron"))
register_element("Conforming Arnold-Winther", "AWc", 2, HDivDiv,
"double contravariant Piola", (3, None), ("triangle", "tetrahedron"))
register_element("Hu-Zhang", "HZ", 2, HDivDiv,
"double contravariant Piola", (3, 3), ("triangle"))
# Spectral elements.
register_element("Gauss-Legendre", "GL", 0, L2, "identity", (0, None),
("interval",))
Expand Down

0 comments on commit 2113570

Please sign in to comment.