Skip to content

Commit

Permalink
Allow high order CR
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Jan 13, 2025
1 parent ba6501d commit 14a66ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finat/ufl/elementlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def show_elements():
# Elements not in the periodic table
# TODO: Implement generic Tear operator for elements instead of this:
register_element("Brezzi-Douglas-Fortin-Marini", "BDFM", 1, HDiv, "contravariant Piola", (1, None), simplices[1:])
register_element("Crouzeix-Raviart", "CR", 0, L2, "identity", (1, 1), simplices[1:])
register_element("Crouzeix-Raviart", "CR", 0, L2, "identity", (1, None), simplices[1:])
register_element("Discontinuous Raviart-Thomas", "DRT", 1, L2, "contravariant Piola", (1, None), simplices[1:])
register_element("Kong-Mulder-Veldhuizen", "KMV", 0, H1, "identity", (1, None), simplices[1:])

Expand Down

0 comments on commit 14a66ab

Please sign in to comment.