Skip to content

Commit

Permalink
commented out ComputeCFL for now because I need to fix it for 1D
Browse files Browse the repository at this point in the history
  • Loading branch information
smarras79 committed Sep 20, 2024
1 parent 41c0305 commit 4bd2f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/solvers/TimeIntegrators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function time_loop!(inputs, params, u)
println(" # t=", integrator.t)

#CFL
computeCFL(params.mesh.npoin, inputs[:Δt], params.mesh.Δeffective_s, integrator, params.SD)
#computeCFL(params.mesh.npoin, inputs[:Δt], params.mesh.Δeffective_s, integrator, params.SD)

#Write results to file
write_output(params.SD, integrator.u, integrator.t, idx,
Expand Down

0 comments on commit 4bd2f7d

Please sign in to comment.