Skip to content

Commit

Permalink
adapt ArnoldiSolver for multidim GridFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchoeberl committed Jan 10, 2023
1 parent 49ed3f0 commit 794e6b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/i-tutorials/unit-1.7-helmholtz/pml.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@
"\n",
"with TaskManager():\n",
" lam = ArnoldiSolver(a.mat, m.mat, fes.FreeDofs(), \n",
" u.vecs, shift=400)\n",
"Draw(u)"
" list(u.vecs), shift=400)\n",
"Draw(u);"
]
},
{
Expand Down Expand Up @@ -292,7 +292,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -306,7 +306,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.11.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 794e6b1

Please sign in to comment.