Hello everyone. I want to ask that whether modal DG is implemented in julia or it uses only nodal DG ?
Most solvers use nodal DG. The only exception are DGMulti
solvers where you can specify the Polynomial()
approximation type, resulting in modal DG.
Why do you want to use modal DG instead of a nodal version?
Thank you, sir. Actually, I need to remove the bugs from the modal DG programs I wrote earlier. When I first started learning about hyperbolic conservation laws, I didn’t know anything about modal and nodal DG methods or about Trixi.jl. As a result, I ended up writing the programs from scratch.