Trixi.jl icon indicating copy to clipboard operation
Trixi.jl copied to clipboard

Trixi.jl: Adaptive high-order numerical simulations of conservation laws in Julia

Results 236 Trixi.jl issues
Sort by recently updated
recently updated
newest added

It may be nice to unify the signatures of some mesh constructors or provide additional convenience constructors. This can be nice when testing different meshes, e.g., for #1191. Right now,...

discussion
breaking

This PR adds the subcell shock capturing approach, as implemented in [fluxo](https://github.com/project-fluxo/fluxo). The volume integral `VolumeIntegralShockCapturingSubcell` uses the IDP indicator `IndicatorIDP` with 5 possible limiters (`IDPDensityTVD`, `IDPPressureTVD`, `IDPPositivity`, `IDPSpecEntropy`, `IDPMathEntropy`)....

This came up in #356: It would be nice to allow flux functions that depend explicitly on space `x`, e.g. for linear advection with variable coefficients. There are at least...

enhancement
breaking

This modifies `SemidiscretizationHyperbolicParabolic` to accept a "combined" type with `EquationsHyperbolicParabolic`, which is then passed into the initial condition. There main downside is that now if we wish to use an...

[Comprehensive analysis of entropy conservation property of non-dissipative schemes for compressible flows: KEEP scheme redefined](https://doi.org/10.1016/j.jcp.2022.111494) CC @jlchan

enhancement
good first issue

This is the Trixi.jl counterpart of https://github.com/trixi-framework/P4est.jl/pull/49 to find out what we need to do there to support everything we use in Trixi.jl. TODOs: - [ ] every comment `#...

upstream
breaking

This issue is just FYI and open for discussion. Idea: Instead of relying on 3rd-party packages for generating interfaces to C libraries we write them "manually" by ourself and are...

discussion
upstream

All of the following features already work for the heatmap approach: - [x] Interpolating in each element according to given "nndoes" - [x] Plotting the mesh - [x] Picking single...

visualization

This is a work in progress draft pull request to incorporate spline and b spline interpolation for bottom topographies into trixi.