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 259 Trixi.jl issues
Sort by recently updated
recently updated
newest added

From today's meeting: - [x] we'll first merge [this PR on AMR for parabolic terms on `TreeMesh`](https://github.com/trixi-framework/Trixi.jl/pull/1629) - [x] next, we'll work on merging the [PR for AMR with parabolic...

Sorry for this probably dumb question, but I wonder if Trixi.jl is suitable for simulation of acoustic wave through (3D) inhomogeneous media (in time domain) ? I have seen the...

I already suggested this back in #569 when we organized the elixirs in folders based on mesh type, but I would like to give it another thought. There are some...

enhancement
discussion
testing

With more and more interesting ideas and projects extending Trixi.jl in unconventional ways popping up, I think it would be nice to streamline the process of creating a new repository...

discussion

We test a couple of fluxes for rotational invariance https://github.com/trixi-framework/Trixi.jl/blob/1b75f5ecbd0b21d5cdce25f3e4f1884a06727fbb/test/test_unit.jl#L1174-L1195 and consistency: https://github.com/trixi-framework/Trixi.jl/blob/1b75f5ecbd0b21d5cdce25f3e4f1884a06727fbb/test/test_unit.jl#L614-L624 (for instance) This could be expanded for other fluxes.

good first issue
testing
consistency

See, e.g., https://github.com/trixi-framework/Trixi.jl/actions/runs/6822444380/job/18554514086#step:7:1796 Can anybody reproduce this locally?

bug
testing

``` julia> using Trixi julia> trixi_include("examples/tree_2d_dgsem/elixir_advection_extended.jl", tspan=(0.0, 1000.0), analysis_interval=5000, interval=5000); [ Info: You just called `trixi_include`. Julia may now compile the code, please be patient. Intel MKL WARNING: Support of...

bug
upstream

``` julia> trixi_include("examples/tree_2d_dgsem/elixir_euler_blob_amr.jl", tspan=(0.0, 0.1)) [...] julia> u_ode = copy(sol[end]); julia> @benchmark $(amr_callback.affect!)($u_ode, $semi, $0.0, $100) BenchmarkTools.Trial: 950 samples with 1 evaluation. Range (min … max): 246.334 μs … 1.404...

bug
performance
parallelization

It would be very nice to implement a public interface to access the nodal solution values and coordinates from a Trixi/ODE solution and/or solution files to allow people to run...

good first issue
visualization