Skip to content

Commit

Permalink
dates
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 15, 2023
1 parent cc8eb2c commit fac4d3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symfem/elements/bubble.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def init_kwargs(self) -> typing.Dict[str, typing.Any]:
min_order = {"interval": 2, "triangle": 3, "tetrahedron": 4,
"quadrilateral": 2, "hexahedron": 2}
continuity = "C0"
last_updated = "2023.06.1"
last_updated = "2023.09"


class BubbleEnrichedLagrange(CiarletElement):
Expand Down Expand Up @@ -118,7 +118,7 @@ def init_kwargs(self) -> typing.Dict[str, typing.Any]:
references = ["triangle"]
min_order = 1
continuity = "C0"
last_updated = "2023.06"
last_updated = "2023.09"


class BubbleEnrichedVectorLagrange(CiarletElement):
Expand Down Expand Up @@ -161,4 +161,4 @@ def init_kwargs(self) -> typing.Dict[str, typing.Any]:
references = ["triangle"]
min_order = 1
continuity = "C0"
last_updated = "2023.06"
last_updated = "2023.09"

0 comments on commit fac4d3a

Please sign in to comment.