Skip to content

Commit

Permalink
Clarify timings
Browse files Browse the repository at this point in the history
  • Loading branch information
termi-official committed Dec 2, 2024
1 parent 95ca994 commit 1c5e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/time/load_stepping.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function perform_step!(f::AbstractSemidiscreteFunction, solver_cache::LoadDriven
@info t
update_constraints!(f, solver_cache, t + Δt)
if !nlsolve!(solver_cache.uₙ, f, solver_cache.inner_solver_cache, t + Δt) # TODO remove ,,t'' here. But how?
@warn "Inner solver failed."
@warn "Inner solver failed on from $t to $(t+Δt)]"
return false
end

Expand Down

0 comments on commit 1c5e74f

Please sign in to comment.