[ANN] Trixi.jl v0.3: SciML integration and a new modular approach for easy extension

Thank you very much! If you have any questions on Trixi.jl during this process, please feel free to ask.

That might be the case. On the other hand, it’s not necessarily more difficult for people to set up a simulation defined in terms of Julia code than in a TOML file - if there are enough examples. For example, our new basic example is not really more verbose than it’s old equivalent and we think it’s at least as readable as the TOML file used previously. In addition, using Julia code forces people to combine similar parameters closer together to create corresponding structs while it’s more easy to create a mess in TOML files. And there are of course many more advantages of using a library approach and Julia code instead of TOML files (easier to extend, …).