You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertabs(int_ex-int_coll)<1e-10, "For node type "+type[0] +", partial quadrature rule failed to integrate polynomial of degree M-1 exactly for M = "+str(M)
72
+
assertabs(int_ex-int_coll)<1e-12, "For node type "+type[0] +", partial quadrature from Qmat rule failed to integrate polynomial of degree M-1 exactly for M = "+str(M)
73
73
74
-
# TEST 4:
75
-
# Check that the quadrature rules for [tau_m, tau_m+1] defined by Smat have order equal to number of nodes M
assertabs(int_ex-int_coll)<1e-12, "For node type "+type[0] +", partial quadrature rule from Smat failed to integrate polynomial of degree M-1 exactly for M = "+str(M)
0 commit comments