Skip to content

Commit 4e97e65

Browse files
committed
last commiy
1 parent f2e887b commit 4e97e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iga/use_cases/external_boundary_circle_with_nurbs/convergence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
yDegrees[i][jtest] = np.exp(degrees[i] * np.log(h[jtest]) + stored[i])
119119
plt.plot(h, yDegrees[i], "--", label='vel %d' % tuple([degrees[i]]))
120120

121-
plt.plot(h, L2error_vector, 's-', markersize=1.5, linewidth=2, label='L^2 error with Weight')
121+
plt.plot(h, L2error_vector, 's-', markersize=1.5, linewidth=2, label='L^2 error')
122122
plt.ylabel('L2 err',fontsize=14, color='blue')
123123
plt.xlabel('h',fontsize=14, color='blue')
124124
plt.legend(loc='lower right')

0 commit comments

Comments
 (0)