Skip to content

Commit

Permalink
Work around JuliaLang/julia#55792
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Sep 17, 2024
1 parent cd24f34 commit 484ad03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/Example440_ParallelState.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
# 440: Parallel solves
([source code](@__SOURCE_URL__))
Demonstrate how to solve one system with different data in parallel
using the SystemState (new in v2.0).
Demonstrate how to solve one system with different data in parallel using the SystemState (new in v2.0).
=#

module Example440_ParallelState


using VoronoiFVM, ExtendableGrids
using GridVisualize
using ChunkSplitters
Expand Down

0 comments on commit 484ad03

Please sign in to comment.