Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrubeck committed Nov 3, 2024
1 parent f42687f commit 8693da6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions FIAT/hu_lin_zhang.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ def __init__(self, ref_el, degree):

class HuLinZhang(finite_element.CiarletElement):
"""
HLZ^2(k) is the space of trace-free polynomials of degree k with
continuous normal-tangential components.
HLZ(k) is the space of trace-free polynomials of degree k-1 + symeteric
polynomials of degree k-1 cross x 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)
Expand Down

0 comments on commit 8693da6

Please sign in to comment.