Skip to content

Commit 8693da6

Browse files
committed
docstring
1 parent f42687f commit 8693da6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

FIAT/hu_lin_zhang.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,11 @@ def __init__(self, ref_el, degree):
103103

104104
class HuLinZhang(finite_element.CiarletElement):
105105
"""
106-
HLZ^2(k) is the space of trace-free polynomials of degree k with
107-
continuous normal-tangential components.
106+
HLZ(k) is the space of trace-free polynomials of degree k-1 + symeteric
107+
polynomials of degree k-1 cross x with continuous normal-tangential
108+
components.
109+
110+
Reference: https://arxiv.org/abs/2311.15482
108111
"""
109112
def __init__(self, ref_el, degree=1):
110113
poly_set = HLZSpace(ref_el, degree)

0 commit comments

Comments
 (0)