Tristan Montoya

Results 3 issues of Tristan Montoya

In #2259, we have added basic mesh I/O and the ability to save solutions for the `DGMulti` solver. When the corresponding Trixi2Vtk.jl PR https://github.com/trixi-framework/Trixi2Vtk.jl/pull/103 is merged, it will be possible...

In #2259, it was noted that for `Wedge` elements with a scalar polynomial degree (i.e. using the elixir https://github.com/trixi-framework/Trixi.jl/blob/dgmulti-mesh-io-support/examples/dgmulti_3d/elixir_advection_tensor_wedge.jl with `polydeg = 3` instead of the default `polydeg = (3,...

This PR allows one to subtract a reference solution state (e.g. a steady base flow or exact solution) when using `SaveSolutionCallback`, allowing one to more easily plot perturbations using Trixi2Vtk....

enhancement