trixi-framework/Trixi.jl

Disable storage of initital conditions in DiffEq solution type

Open

#368 opened on 2020年12月7日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Julia (686 stars) (153 forks)batch import
enhancementgood first issueperformance

説明

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.

コントリビューターガイド

Disable storage of initital conditions in DiffEq solution type · trixi-framework/Trixi.jl#368 | Good First Issue