Skip to content

Commit c103bb5

Browse files
authored
Update FIAT/wuxu.py
1 parent ffb01bf commit c103bb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FIAT/wuxu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def WuXuH3NCSpace(ref_el, robust=False):
5858
bT = Bubble(ref_el, 3)
5959
p1 = Lagrange(ref_el, 1)
6060

61-
# next, we'll have to project b_T P1 and b_T^2 P1 onto P^7
61+
# next, we'll have to project b_T P1 and b_T^2 P1 onto Pk
6262
Q = create_quadrature(ref_el, 2*embedded_degree)
6363
Qpts = numpy.array(Q.get_points())
6464
Qwts = numpy.array(Q.get_weights())

0 commit comments

Comments
 (0)