trixi-framework / Trixi.jl

Trixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia
https://trixi-framework.github.io/Trixi.jl
MIT License
524 stars 103 forks source link

Todo list for DGMulti solvers #675

Open jlchan opened 3 years ago

jlchan commented 3 years ago

This is intended to track additional tasks for solvers on simplicial (and more general) meshes

Solvers:

Analysis

Meshes:

Nonconservative terms:

Feature requests/suggestions welcome!

ranocha commented 3 years ago

Octavian.jl - are we OK with adding this as an additional dependency?

Yes - it's already an indirect dependency via StrideArrays.jl

ranocha commented 3 years ago

I added

Add StartUpDG.jl as direct dependency instead of using it via Requires.jl?

to the list above

jlchan commented 3 years ago

Added

specialize Semidiscretization to allow DGSEM to work with VertexMappedMeshes

jlchan commented 3 years ago

Adding

add visualization for DGMulti