Skip to content

Commit f42687f

Browse files
committed
Merge branch 'pbrubeck/hcurldiv' into pbrubeck/hcurldiv-conforming
2 parents 175c69b + 20105d8 commit f42687f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

FIAT/gopalakrishnan_lederer_schoberl.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ class GopalakrishnanLedererSchoberlSecondKind(finite_element.CiarletElement):
5353
5454
Reference: https://doi.org/10.1137/19M1248960
5555
56-
Notes:
57-
For weakly imposed symmetry, this element must be enriched with bubbles
58-
to be inf-sup stable.
56+
Notes
57+
-----
58+
This element does not include the bubbles required for inf-sup stability of
59+
the weak symmetry constraint.
5960
"""
6061
def __init__(self, ref_el, degree):
6162
poly_set = polynomial_set.TracelessTensorPolynomialSet(ref_el, degree)

0 commit comments

Comments
 (0)