-
Couldn't load subscription status.
- Fork 1
Elixir: ImplicitEuler solve with sparse jacobian #78
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
base: main
Are you sure you want to change the base?
Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
|
Nice work, we should probably put the hacks at the beginning of the elixir into an extension file, see for instance https://github.com/trixi-framework/Trixi.jl/blob/main/ext/TrixiNLsolveExt.jl This way, we also avoid making sparsediff and symbolics direct dependencies of trixi |
|
Is this approximately what you had in mind for the extension? I tried moving the |
Yes, we still need to import them in the elixir. The package extension framework is a trick to avoid direct dependence of "main Trixi" on these very specific packages. |
|
Ah and one more thing: Remember to periodically update your mirror of the |
|
I am not 100% sure if the extension is the right way, since we overload only |
…into SteveSparseDiff
…into SteveSparseDiff
…into SteveSparseDiff
…into SteveSparseDiff
No description provided.