Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 14, 2024
1 parent 8d2d59e commit 7c5a172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfem/elements/guzman_neilan.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def polynomial_superdegree(self) -> typing.Optional[int]:
max_order = {"triangle": 1, "tetrahedron": 2}
continuity = "L2"
value_type = "vector macro"
last_updated = "2024.10"
last_updated = "2024.10.2"


class GuzmanNeilanSecondKind(CiarletElement):
Expand Down

0 comments on commit 7c5a172

Please sign in to comment.