Skip to content

Commit

Permalink
Juliacon talk link
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Jul 24, 2024
1 parent 6f8e56b commit bf122cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ 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)

## Recent changes
Please look up the list of recent [changes](https://j-fu.github.io/VoronoiFVM.jl/stable/changes)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes
## v1.22
## v1.22.0 July 17, 2024
- Multithreaded assembly

## v1.21.0 July 1, 2024
Expand Down

0 comments on commit bf122cd

Please sign in to comment.