Modify code and notebook

This commit is contained in:
2025-10-08 21:36:44 +03:00
parent e3c7b88dfb
commit 5b2331445c
3 changed files with 18 additions and 3 deletions

View File

@@ -102,7 +102,7 @@
" y = np.fromstring(data_str, sep=' ')\n",
" y_real = u(x)\n",
"\n",
" plt.plot(x, y, label=\"Linear element solution\", color='red')\n",
" plt.plot(x, y, label=\"Linear element solution\", color='blue')\n",
" plt.plot(x, y_real, label=\"Numeral solution\", color='black')\n",
" plt.title(f\"Linear element, elements = {elements}\")\n",
" plt.grid(True)\n",