trixi-framework / trixi-framework/Trixi.jl
Disable storage of initital conditions in DiffEq solution type
Open
enhancement
good first issue
performance
- Dominant language
- Julia
- Stars
- 731
- Forks
- 166
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 25
Description
By default, the DiffEq package stores the initial conditions in the solution, which is a waste of memory and may become problematic for large simulations. This can be disabled by passing `save_start=false` to the call to `solve(...)` in the elixirs (see also the DiffEq [docs](https://diffeq.sciml.ai/stable/basics/common_solver_opts/#Output-Control)).
We should consider adding `save_start=false` to the `solve(...)` call in all our example elixirs.
Contributor guide
Assessment
This issue has not been assessed yet.