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

Examples like `tree_1d_dgsem/elixir_euler_shockcapturing.jl` and some others do not work in macOS ARM builds of Julia. They fail with this error (stack trace truncated): ``` ERROR: cfunction: closures are not supported...

bug
parallelization
upstream

Computation of viscous fluxes in the compressible Navier-Stokes equations computed using the gradients of the entropy variables. New functions are marked with "TODO: parabolic; entropy stable viscous terms". Currently, the...

Develop HDF5-output for DGMultiMeshes. Write Mesh informations such as element_type, vertices, connection between elements and vertices in a seperate file. Write informations about the solution each time the save_solution_callback is...

PR for discussion and progress on parabolic terms in Trixi.

enhancement

I'm just annoyed again by Revise not playing nicely with `@muladd` when struct definitions are included. What do you think about applying `@muladd` more specifically to function definitions where it...

discussion

Currently, there is no DGMultiMesh-support for the save_solution function. It would be very convenient to save DGMultiMeshes in an HDF5 format and translate them via Trixi2VTK into a vtk-file, such...

enhancement

This is basically taken from #1136. Currently, our idea is to merge the `DGMulti` setup from that PR into `dev`, draft a corresponding `TreeMesh` & `DGSEM` version in another PR,...

enhancement

I prefer for several reasons to use the system MPI library as backend for MPI.jl Trixi should fully support this. When `using Trixi` I get the following warning: ``` Warning:...

upstream

Use Sutherland's law to get the molecular and thermal diffusivity in CompressibleNavierStokesDiffusion2D. _Originally posted by @sloede in https://github.com/trixi-framework/Trixi.jl/pull/1156#discussion_r939605318_

enhancement

If there is an easy way to remove the temporary storage, I suggest to give it a try - if not, record it for later. _Originally posted by @sloede in...

performance