From 30b0071169e208c354befdbfec51d353fe2eda3a Mon Sep 17 00:00:00 2001 From: Pablo Brubeck Date: Sun, 3 Nov 2024 16:11:07 +0000 Subject: [PATCH] docstring --- FIAT/hu_lin_zhang.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FIAT/hu_lin_zhang.py b/FIAT/hu_lin_zhang.py index 85800e9f..c94248aa 100644 --- a/FIAT/hu_lin_zhang.py +++ b/FIAT/hu_lin_zhang.py @@ -105,6 +105,8 @@ class HuLinZhang(finite_element.CiarletElement): """ HLZ^2(k) is the space of trace-free polynomials of degree k with continuous normal-tangential components. + + Reference: https://arxiv.org/abs/2311.15482 """ def __init__(self, ref_el, degree=1): poly_set = HLZSpace(ref_el, degree)