Skip to content

Commit

Permalink
Merge branch 'pbrubeck/hcurldiv' into pbrubeck/hcurldiv-conforming
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Nov 3, 2024
2 parents 175c69b + 20105d8 commit f42687f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions FIAT/gopalakrishnan_lederer_schoberl.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ class GopalakrishnanLedererSchoberlSecondKind(finite_element.CiarletElement):
Reference: https://doi.org/10.1137/19M1248960
Notes:
For weakly imposed symmetry, this element must be enriched with bubbles
to be inf-sup stable.
Notes
-----
This element does not include the bubbles required for inf-sup stability of
the weak symmetry constraint.
"""
def __init__(self, ref_el, degree):
poly_set = polynomial_set.TracelessTensorPolynomialSet(ref_el, degree)
Expand Down

0 comments on commit f42687f

Please sign in to comment.