OMG LORIGAMI
This commit is contained in:
parent
bba4593724
commit
00b0998567
10
TP-EDP.ipynb
10
TP-EDP.ipynb
|
@ -132,11 +132,11 @@
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"def f(x, y):\n",
|
"def f(x, y):\n",
|
||||||
" return 2 * np.pi ** 2 * np.sin(np.pi * x) * np.sin(np.pi * y)\n",
|
" # return 2 * np.pi ** 2 * np.sin(np.pi * x) * np.sin(np.pi * y)\n",
|
||||||
" # try:\n",
|
" try:\n",
|
||||||
" # return np.ones(x.shape[0])\n",
|
" return np.ones(x.shape[0])\n",
|
||||||
" # except:\n",
|
" except:\n",
|
||||||
" # return 1\n",
|
" return 1\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def u_ex(x, y):\n",
|
"def u_ex(x, y):\n",
|
||||||
|
|
Loading…
Reference in a new issue