trixi-framework/Trixi.jl

Disable storage of initital conditions in DiffEq solution type

Open

Aperta il 7 dic 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Julia (686 star) (153 fork)batch import
enhancementgood first issueperformance

Descrizione

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).

We should consider adding save_start=false to the solve(...) call in all our example elixirs.

Guida contributor