Skip to content

Commit

Permalink
caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 18, 2024
1 parent 858c6fb commit 8c6bbd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion symfem/elements/bernardi_raugel.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ def polynomial_superdegree(self) -> typing.Optional[int]:
max_order = {"triangle": 1, "tetrahedron": 2}
continuity = "L2"
value_type = "vector"
last_updated = "2024.10"
last_updated = "2024.10.1"
6 changes: 2 additions & 4 deletions symfem/elements/guzman_neilan.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ def polynomial_superdegree(self) -> typing.Optional[int]:
max_order = {"triangle": 1, "tetrahedron": 2}
continuity = "L2"
value_type = "vector macro"
last_updated = "2024.10.2"
cache = False
last_updated = "2024.10.3"


class GuzmanNeilanSecondKind(CiarletElement):
Expand Down Expand Up @@ -290,8 +289,7 @@ def polynomial_superdegree(self) -> typing.Optional[int]:
max_order = {"triangle": 1, "tetrahedron": 2}
continuity = "L2"
value_type = "vector macro"
last_updated = "2024.10"
cache = False
last_updated = "2024.10.1"


def make_piecewise_lagrange(
Expand Down

0 comments on commit 8c6bbd6

Please sign in to comment.