Skip to content

Commit db25cc3

Browse files
New section in Usage (#1193)
* add Youtube line to JuliaCon talk * update usage section in the README
1 parent b54694c commit db25cc3

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
**Trixi.jl at JuliaCon 2022**<br/>
2222
At this year's JuliaCon 2022, we have been present with two contributions that involve Trixi.jl:
2323

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),
2525
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),
2727
27th July 2022. [Watch on YouTube](https://youtu.be/_N4ozHr-t9E), [repo](https://github.com/trixi-framework/talk-2022-juliacon_toolchain)
2828

2929
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
168168
instance, in the example above the first execution of `trixi_include` takes about
169169
20 seconds, while subsequent runs require less than 60 *milli*seconds.
170170

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.
171178

172179
## Documentation
173180
Additional documentation is available that contains more information on how to

docs/src/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,13 @@ mean 3.94 mean 3.94 mean 3.94 mean 3.93
269269
--------------------------------------------------------------------------------
270270
```
271271

272+
### Showcase of advanced features
273+
The presentation [From Mesh Generation to Adaptive Simulation: A Journey in Julia](https://youtu.be/_N4ozHr-t9E),
274+
originally given as part of JuliaCon 2022, outlines how to use Trixi for an adaptive simulation
275+
of the compressible Euler equations in two spatial dimensions on a complex domain. More details
276+
as well as code to run the simulation presented can be found at the
277+
[reproducibility repository](https://github.com/trixi-framework/talk-2022-juliacon_toolchain)
278+
for the presentation.
272279

273280
## Referencing
274281
If you use Trixi in your own research or write a paper using results obtained

0 commit comments

Comments
 (0)