We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, we tell CVODE to estimate the Jacobian. We know that providing our own computation makes time integration work more efficiently.
As example fidimag/examples/micromagnetic/nmag_example_2_box/sim.py (not a test yet because it fails) shows, the computation hangs somewhere.
fidimag/examples/micromagnetic/nmag_example_2_box/sim.py
Need to fix this.
The text was updated successfully, but these errors were encountered:
This problem is running now with the new Sundials upgrade, but the diagonal and Jacobian precond methods, run super slow
Sorry, something went wrong.
logicabrity
No branches or pull requests
At the moment, we tell CVODE to estimate the Jacobian. We know that providing our own computation makes time integration work more efficiently.
As example
fidimag/examples/micromagnetic/nmag_example_2_box/sim.py
(not a test yet because it fails) shows, the computation hangs somewhere.Need to fix this.
The text was updated successfully, but these errors were encountered: