Skip to content

Commit

Permalink
try some other s and e for euler's case
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Oct 14, 2024
1 parent 7cce9b6 commit e21e199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ save_solution = SaveSolutionCallback(interval = 100,
# Construct embedded order paired explicit Runge-Kutta method with 10 stages and 6 evaluation stages for given simulation setup.
# Pass `tspan` to calculate maximum time step allowed for the bisection algorithm used
# in calculating the polynomial coefficients in the ODE algorithm.
ode_algorithm = Trixi.EmbeddedPairedRK3(10, 6, tspan, semi)
ode_algorithm = Trixi.EmbeddedPairedRK3(10, 7, tspan, semi)
cfl_number = Trixi.calculate_cfl(ode_algorithm, ode)

stepsize_callback = StepsizeCallback(cfl = 0.5) # Warisa: This number is extremely small in contrast the other one from optimizing A
Expand Down

0 comments on commit e21e199

Please sign in to comment.