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
535 stars 109 forks source link

DG and Trixi tutorial in the docs #204

Closed ranocha closed 1 year ago

ranocha commented 4 years ago

It would be nice to have a brief explanation of DG methods and their implementation in Trixi.jl in the docs. That part is different from https://github.com/trixi-framework/Trixi.jl/issues/169, since it should contain an introduction to the mathematical parts of the algorithms instead of "just" the combination of Trixi's API components to run something. Here is a preliminary list of topics to be covered:

jlchan commented 1 year ago

It looks like all of these are completed in the Tutorials section now? https://trixi-framework.github.io/Trixi.jl/dev/tutorials/introduction/

ranocha commented 1 year ago

👍