We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9eaf5 commit 0d6e959Copy full SHA for 0d6e959
examples/trixi.jl
@@ -9,7 +9,6 @@ import Ariadne: JacobianOperator
9
10
# Notes:
11
# 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
13
#
14
# LocalPreferences.jl
15
# ```toml
@@ -60,7 +59,7 @@ sol_trbdf2 = solve(
60
59
61
plot(Trixi.PlotData2DTriangulated(sol_trbdf2.u[end], sol_trbdf2.prob.p))
62
63
-# ### Solve using OrdinaryDiffEqSDIRKSDIRK
+# ### Solve using OrdinaryDiffEqSDIRK
64
65
import OrdinaryDiffEqSDIRK
66
import DifferentiationInterface: AutoFiniteDiff
0 commit comments