Skip to content

Commit 30b0071

Browse files
committed
docstring
1 parent f42687f commit 30b0071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

FIAT/hu_lin_zhang.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ class HuLinZhang(finite_element.CiarletElement):
105105
"""
106106
HLZ^2(k) is the space of trace-free polynomials of degree k with
107107
continuous normal-tangential components.
108+
109+
Reference: https://arxiv.org/abs/2311.15482
108110
"""
109111
def __init__(self, ref_el, degree=1):
110112
poly_set = HLZSpace(ref_el, degree)

0 commit comments

Comments
 (0)