From 55cb3e766eadabd5665be59400443e6ed10e2ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Wed, 24 Jul 2024 12:57:24 +0200 Subject: [PATCH] link to juliacon abstract --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3928fc449..a56e9d8c0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ VoronoiFVM.jl Solver for coupled nonlinear partial differential equations (elliptic-parabolic conservation laws) based on the Voronoi finite volume method. It uses automatic differentiation via [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) and [DiffResults.jl](https://github.com/JuliaDiff/DiffResults.jl) to evaluate user functions along with their jacobians and calculate derivatives of solutions with respect to their parameters. -## [JuliaCon 2024 Lightning Talk](https://www.youtube.com/watch?v=v0RPD4eSzVE&t=5120s) +## JuliaCon 2024 Lightning Talk: [abstract](https://pretalx.com/juliacon2024/talk/F9FBWD/), [video](https://www.youtube.com/watch?v=v0RPD4eSzVE&t=5120s) ## Recent changes Please look up the list of recent [changes](https://j-fu.github.io/VoronoiFVM.jl/stable/changes)