trixi-framework / trixi-framework/Trixi.jl
Reduce memory allocations in AMR
Open
performance
taal
- Dominant language
- Julia
- Stars
- 731
- Forks
- 166
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 25
Description
Currently, we create completely new solution arrays when refining and coarsening (the solver).
- Can we instead just insert/erase some solution data to save memory allocations and some time?
- Is it worth the effort?
Contributor guide
Assessment
This issue has not been assessed yet.