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

Switch from GSL to something simpler/faster? #465

Open
subhacom opened this issue Jan 9, 2024 · 0 comments
Open

Switch from GSL to something simpler/faster? #465

subhacom opened this issue Jan 9, 2024 · 0 comments

Comments

@subhacom
Copy link
Collaborator

subhacom commented Jan 9, 2024

MOOSE' dependency on GSL has been a problem on all non-Linux platforms. The primary use of GSL seems to be its ODE solvers. There are however other (improved) ODE solvers that can be used instead.
According this article Sundials ARKODE could be a good candidate for replacing GSL.

On the flip side, the sundials suit releases only source code: it does not have installer for windows and only unofficial builds are available for other platforms.

Reference:
Christopher Rackauckas. A Comparison Between Differential Equation Solver Suites In MATLAB, R, Julia, Python, C, Mathematica, Maple, and Fortran. Authorea. August 18, 2018.
DOI: 10.15200/winn.153459.98975

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

No branches or pull requests

1 participant