You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update dot
* Add Krylov support
* Interface Krylov.jl
* Relax the types
* Apply suggestions from code review
Co-authored-by: Gregory L. Wagner <[email protected]>
* Update src/Solvers/krylov.jl
Co-authored-by: Gregory L. Wagner <[email protected]>
* Apply suggestions from code review
Co-authored-by: Gregory L. Wagner <[email protected]>
* Update the version of Krylov.jl in the Project.toml
* Working version with Krylov.jl
* Add an import
* Update field.jl and Krylov.jl
* Import LinearAlgebra.dot and LinearAlgebra.norm
* Add a using LinearAlgebra
* Remove what is not needed for the submodule Solvers
* Fix the warning related to copyto!
* Add a KrylovSolver
* Update krylov_solver.jl
* Fix an import for the workspace
* Add tests for KrylovSolver
* Update src/Solvers/krylov_solver.jl
* Update src/Solvers/krylov_solver.jl
Co-authored-by: Xin Kai Lee <[email protected]>
* Add a structure KrylovPreconditioner
* Provide additional arguments to KrylovSolver.op and KrylovSolver.preconditioner
* Make KrylovOperator and KrylovPreconditioner mutable
* Update the preconditioner to make it SPD
* Rename the argument krylov_solver into method for KrylovSolver
* Fix everything!
* Restore the old norm
* Apply suggestions from code review
Co-authored-by: Tomás Chor <[email protected]>
Co-authored-by: Gregory L. Wagner <[email protected]>
* Add a docstring for KrylovSolver
* Update test/test_krylov_solver.jl
Co-authored-by: Gregory L. Wagner <[email protected]>
* Update src/Solvers/krylov_solver.jl
Co-authored-by: Tomás Chor <[email protected]>
---------
Co-authored-by: Gregory Wagner <[email protected]>
Co-authored-by: Gregory L. Wagner <[email protected]>
Co-authored-by: Xin Kai Lee <[email protected]>
Co-authored-by: Tomás Chor <[email protected]>
0 commit comments