- Remove solver + precon API which is not based on precs or directly overloading
\. Fully rely on LinearSolve (besides\) - Move AMGBuilder etc to corresponding packages (depending on the PRs)
- Keep ILUZeroPreconBuilder, JacobiPreconBuilder
- ExtendableSparseMatrix is now GenericExtendableSparseMatrix{SparseMatrixLNK}
- Changes should be non-breaking if only ExtendableSparseMatrix was used, and no solvers or preconditioners For those, see LinearSolve.jl.
- Bump Pardiso to 1.0 and LinearSolve to 3.0
- Support precs API of LinearSolve.jl
- Moved repo to WIAS-PDELib organization
- Bump version of AMGCLWrap
- Update changelog
- Remove OhMyThreads dependency
- First multithreaded version
- Experimenta multihreading
- Add dirichlet node elimination
- AMGCLWrap extension
- Deprecate AMGPreconditioner
- introduce RS, SA amg preconditioner from AlgebraicMultigrid
- Extensions (#27)
Introducd 1.9 extensions
- Block preconditioning
- Generic block preconditioner
- Removed element types from factorization wrapper
- Implement AbstractSparseMatrixCSC interface.
- Remove extension of LinearSolve methodsa