Skip to content

Commit 8ac667c

Browse files
authored
Update Example106_NonlinearDiffusion.jl
1 parent 7108c38 commit 8ac667c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Example106_NonlinearDiffusion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function main(;
9595
prob = ExtendableFEM.generate_ODEProblem(PD, FES, (t0, T); init = sol, mass_matrix = M.entries.cscmatrix)
9696

9797
## 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)
98+
de_sol = solve(prob, solver, abstol = 1.0e-6, reltol = 1.0e-3, dt = τ, dtmin = 1.0e-8, adaptive = true)
9999
@info "#tsteps = $(length(de_sol))"
100100

101101
## get final solution

0 commit comments

Comments
 (0)