-
Notifications
You must be signed in to change notification settings - Fork 100
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
Odes cache system at initial time #891
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #891 +/- ##
=======================================
Coverage 88.58% 88.58%
=======================================
Files 172 172
Lines 20037 20037
=======================================
Hits 17749 17749
Misses 2288 2288
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi @ericneiva ! Thanks for the changes. Can you please edit the README.md file? |
I guess you meant the NEWS.md file @amartinhuertas. It's done! Thank you @amartinhuertas and @oriolcg! |
…system_at_initial_time
…/Gridap.jl into odes_cache_system_at_initial_time
Fixes #887
If the ODEOperator is Constant or Affine, matrix and vector are allocated at the initial time.
If the ODEOperator is NonLinear, matrix and vector are allocated at the time stored by the operator (because there is no access to the initial time step).
@oriolcg, would you take a look at this whenever you have some time?