Benedict

Results 33 issues of Benedict

Fixes restarting with AMR and MPI. Resolves #1912

bug
parallelization

Removing the `if n_boundaries > 0` check fixes #1878. Nothing will be done on the rank with 0 boundaries but `p4est_iterate` and ultimately `MPI AllReduce` will be called by all...

bug

I first encountered this issue for the baroclinic instability test case. Then I found a reduced example based on elixir_advection_basic but with nonperiodic boundary conditions: - 3 cells - 3...

bug
parallelization

Apparently this has been around before, see the great analysis in https://github.com/trixi-framework/Trixi.jl/issues/1096. However, I am still facing the following issue: ## Example to reproduce Take https://github.com/trixi-framework/Trixi.jl/blob/main/examples/p4est_3d_dgsem/elixir_advection_amr.jl and apply the following...

bug
question
parallelization

We have recently started testing julia 1.11 in our projects [Trixi.jl](https://github.com/trixi-framework/Trixi.jl) and [TrixiParticles.jl](https://github.com/trixi-framework/TrixiParticles.jl). We observed performance regressions up to 20%. This has been confirmed on laptops (Apple M2, M3), a...

performance
kind:regression

We are using `CompatHelper.jl` for our flow solver project [Trixi.jl](https://github.com/trixi-framework/Trixi.jl). However, since some time, our CI workflow does not start anymore for PRs opened by github-actions bot triggered by CompatHelper....

Follow-up to #2054

parallelization

`p4est_3d_dgsem/elixir_advection_amr_unstructured_curved.jl` fails when run on aarch64. This was e.g. observed here: https://github.com/trixi-framework/Trixi.jl/actions/runs/10800155321/job/29957509012 It is not an issue with MPI though. I tried to run the elixir on a grace hopper...

bug

Follow-up to #2054

parallelization

Following the installation instructions for developers (https://github.com/trixi-framework/Trixi.jl?tab=readme-ov-file#for-developers) did not work on Windows 11 in powershell. ``` ERROR: UndefVarError: `..` not defined ``` We had to escape the quotes, i.e. `julia...

documentation