Skip to content

Commit

Permalink
list from MultiVector for AnoldiSolver
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchoeberl committed Dec 30, 2022
1 parent 8ae2fb7 commit 819b0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytest/test_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_arnoldi():
a.Assemble()
m.Assemble()

lam = ArnoldiSolver(a.mat,m.mat,fes.FreeDofs(),u.vecs,1)
lam = ArnoldiSolver(a.mat,m.mat,fes.FreeDofs(),list(u.vecs),1)
print("ev = ", lam)
Draw(u.components[0])
Draw(u.components[1])
Expand Down

0 comments on commit 819b0d3

Please sign in to comment.