We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb01bf commit c103bb5Copy full SHA for c103bb5
1 file changed
FIAT/wuxu.py
@@ -58,7 +58,7 @@ def WuXuH3NCSpace(ref_el, robust=False):
58
bT = Bubble(ref_el, 3)
59
p1 = Lagrange(ref_el, 1)
60
61
- # next, we'll have to project b_T P1 and b_T^2 P1 onto P^7
+ # next, we'll have to project b_T P1 and b_T^2 P1 onto Pk
62
Q = create_quadrature(ref_el, 2*embedded_degree)
63
Qpts = numpy.array(Q.get_points())
64
Qwts = numpy.array(Q.get_weights())
0 commit comments