Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

append scikit-sparse to Sparse linear solvers #18

Closed
wants to merge 4 commits into from

Conversation

gdmcbain
Copy link

Sparse Cholesky factorization is awesome for fast timestepping in linear time-invariant parabolic problems like the heat equation with constant time-stepping. scikit-sparse makes it available for SciPy. It's not in SciPy because of the licence on the underlying CHOLMOD (too copyleft or something, dunno, ask a lawyer).

@nschloe
Copy link
Owner

nschloe commented Mar 29, 2019

NOTE: This library is solid and works well, but no longer actively developed. Please let us know if you wish to take over development.

Hm.

@gdmcbain gdmcbain closed this Mar 29, 2019
@gdmcbain
Copy link
Author

Yeah, sparse Cholesky factorization is a basic tool in finite element simulation and, as they say, scikit-sparse 'is solid and works well' for now (see, e.g. Heat equation in scikit-fem), but being unmaintained is a worry. One for a wishlist, perhaps, rather than an awesome list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants