Skip to content

Commit 0d6e959

Browse files
authored
Adapt comments for Trixi.jl example (#44)
1 parent df9eaf5 commit 0d6e959

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/trixi.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Ariadne: JacobianOperator
99

1010
# Notes:
1111
# Must disable both Polyester and LoopVectorization for Enzyme to be able to differentiate Trixi.jl
12-
# Using https://github.com/trixi-framework/Trixi.jl/pull/2295
1312
#
1413
# LocalPreferences.jl
1514
# ```toml
@@ -60,7 +59,7 @@ sol_trbdf2 = solve(
6059

6160
plot(Trixi.PlotData2DTriangulated(sol_trbdf2.u[end], sol_trbdf2.prob.p))
6261

63-
# ### Solve using OrdinaryDiffEqSDIRKSDIRK
62+
# ### Solve using OrdinaryDiffEqSDIRK
6463

6564
import OrdinaryDiffEqSDIRK
6665
import DifferentiationInterface: AutoFiniteDiff

0 commit comments

Comments
 (0)