Skip to content

Commit

Permalink
Merged in mapdes/ufl/dpc (pull request #115)
Browse files Browse the repository at this point in the history
DPC is a discontinuous element so supports degree 0

Approved-by: Lawrence Mitchell <wence@gmx.li>
  • Loading branch information
dham authored and wence- committed Aug 9, 2019
2 parents a1918b4 + e322904 commit addca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/finiteelement/elementlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def show_elements():
("hexahedron",))

register_element2("S", 0, H1, "identity", (1, None), cubes)
register_element2("DPC", 0, L2, "identity", (1, None), cubes)
register_element2("DPC", 0, L2, "identity", (0, None), cubes)
register_element2("BDMCE", 1, HCurl, "covariant Piola", (1, None),
("quadrilateral",))
register_element2("BDMCF", 1, HDiv, "contravariant Piola", (1, None),
Expand Down

0 comments on commit addca65

Please sign in to comment.