|
21 | 21 | **Trixi.jl at JuliaCon 2022**<br/>
|
22 | 22 | At this year's JuliaCon 2022, we have been present with two contributions that involve Trixi.jl:
|
23 | 23 |
|
24 |
| -* [Running Julia code in parallel with MPI: Lessons learned](https://live.juliacon.org/talk/LUWYRJ), |
| 24 | +* [Running Julia code in parallel with MPI: Lessons learned](https://live.juliacon.org/talk/LUWYRJ), |
25 | 25 | 26th July 2022. [Watch on YouTube](https://youtu.be/fog1x9rs71Q?t=5172), [repo](https://github.com/JuliaParallel/juliacon-2022-julia-for-hpc-minisymposium)
|
26 |
| -* [From Mesh Generation to Adaptive Simulation: A Journey in Julia](https://live.juliacon.org/talk/YSLKZJ), |
| 26 | +* [From Mesh Generation to Adaptive Simulation: A Journey in Julia](https://live.juliacon.org/talk/YSLKZJ), |
27 | 27 | 27th July 2022. [Watch on YouTube](https://youtu.be/_N4ozHr-t9E), [repo](https://github.com/trixi-framework/talk-2022-juliacon_toolchain)
|
28 | 28 |
|
29 | 29 | If you have questions about Trixi.jl or our other projects, feel free to get in touch via Slack or open an issue ♥️
|
@@ -168,6 +168,13 @@ of a Julia method is typically slow, with subsequent runs being much faster. For
|
168 | 168 | instance, in the example above the first execution of `trixi_include` takes about
|
169 | 169 | 20 seconds, while subsequent runs require less than 60 *milli*seconds.
|
170 | 170 |
|
| 171 | +### Showcase of advanced features |
| 172 | +The presentation [From Mesh Generation to Adaptive Simulation: A Journey in Julia](https://youtu.be/_N4ozHr-t9E), |
| 173 | +originally given as part of JuliaCon 2022, outlines how to use Trixi for an adaptive simulation |
| 174 | +of the compressible Euler equations in two spatial dimensions on a complex domain. More details |
| 175 | +as well as code to run the simulation presented can be found at the |
| 176 | +[reproducibility repository](https://github.com/trixi-framework/talk-2022-juliacon_toolchain) |
| 177 | +for the presentation. |
171 | 178 |
|
172 | 179 | ## Documentation
|
173 | 180 | Additional documentation is available that contains more information on how to
|
|
0 commit comments