We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7108c38 commit 8ac667cCopy full SHA for 8ac667c
1 file changed
examples/Example106_NonlinearDiffusion.jl
@@ -95,7 +95,7 @@ function main(;
95
prob = ExtendableFEM.generate_ODEProblem(PD, FES, (t0, T); init = sol, mass_matrix = M.entries.cscmatrix)
96
97
## solve ODE problem
98
- de_sol = DifferentialEquations.solve(prob, solver, abstol = 1.0e-6, reltol = 1.0e-3, dt = τ, dtmin = 1.0e-8, adaptive = true)
+ de_sol = solve(prob, solver, abstol = 1.0e-6, reltol = 1.0e-3, dt = τ, dtmin = 1.0e-8, adaptive = true)
99
@info "#tsteps = $(length(de_sol))"
100
101
## get final solution
0 commit comments