Modify code and notebook
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user