Skip to content

Commit

Permalink
Merge branch 'kam/FunctionValuesGeneralization' of github.com:Ferrite…
Browse files Browse the repository at this point in the history
…-FEM/Ferrite.jl into kam/FunctionValuesGeneralization
  • Loading branch information
KnutAM committed Nov 14, 2024
2 parents 7911cbd + 5140c98 commit e810a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/literate-tutorials/maxwell.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ ip = Nedelec{2, RefTriangle, 1}()

A, B, dh = setup_and_assemble(ip)

vals, vecs, info = geneigsolve((A, B), 1, EigSorter(x -> abs(x - 5.0)); maxiter = 1000);
# vals, vecs, info = geneigsolve((A, B), 1, EigSorter(x -> abs(x - 5.0)); maxiter = 1000);
# λ, ϕ = Arpack.eigs(A, B, nev = 2, sigma=5.5);

0 comments on commit e810a69

Please sign in to comment.