Benedict
Benedict
According to the review guidelines https://github.com/JuliaCon/proceedings-review/issues/138 there should be > clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software...
Dear authors of ParallelStencil.jl! I am just going through https://github.com/JuliaCon/proceedings-review/issues/138 The example provided in your repo, https://github.com/omlins/ParallelStencil.jl/tree/JuliaConProceeding2022#50-lines-example-deployable-on-gpu-and-cpu, works perfectly fine. The snippet in your paper, however, does not work with...
The checklist at https://github.com/JuliaCon/proceedings-review/issues/138 tells me that archival references should have a DOI listed. Here is the DOI of the paper by Besard et al.: https://ieeexplore.ieee.org/document/8471188
This PR restructures `CompressibleEulerMulticomponentEquations` - `AbstractCompressibleEulerMulticomponentEquations{2}` is introduced as another abstract type. All common methods are implemented for this abstract type - `CompressibleEulerMulticomponentEquations{2}` now is a subtype of `AbstractCompressibleEulerMulticomponentEquations{2}`. It...
In the course of project ADAPTEX I would like to simulate the warm rising bubble test case in dry and moist air, described by Bryan and Fritsch (A Benchmark Simulation...
When doing parallel computations with Trixi, I noticed that the local number of elements or degrees of freedom, and not the global number, is printed. For example: ``` mpiexec() do...
Extend `examples/tree_2d_dgsem/elixir_advection_extended.jl` by an AMR callback like ``` amr_controller = ControllerThreeLevel(semi, IndicatorMax(semi, variable = first), base_level = 0, med_level = 1, med_threshold = 0.8, max_level = 2, max_threshold = 1.2)...
Extend `examples/p4est_2d_dgsem/elixir_advection_extended.jl` by an AMR callback like ``` amr_controller = ControllerThreeLevel(semi, IndicatorMax(semi, variable = first), base_level = 0, med_level = 1, med_threshold = 0.8, max_level = 2, max_threshold = 1.2)...