Skip to content

Commit

Permalink
Example205 should run again
Browse files Browse the repository at this point in the history
  • Loading branch information
chmerdon committed Jun 6, 2024
1 parent 0e7de08 commit c4bffb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Example205_HeatEquation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function initial_data!(result, qpinfo)
end

function main(; nrefs = 4, T = 2.0, τ = 1e-3, order = 2, use_diffeq = true,
solver = Rosenbrock23(autodiff = false), Plotter = nothing, kwargs...)
solver = ImplicitEuler(autodiff = false), Plotter = nothing, kwargs...)

## problem description
PD = ProblemDescription("Heat Equation")
Expand Down

0 comments on commit c4bffb9

Please sign in to comment.