Skip to content

Commit

Permalink
also print name of initial condition in AnalysisCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Sep 20, 2023
1 parent af1fdaa commit 7b02c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_step/analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function (analysis_callback::AnalysisCallback)(u_ode, integrator, semi)

println()
println(""^100)
println("Simulation running '", get_name(equations), "'")
println("Simulation running '", get_name(equations), "' with '", semi.initial_condition, "'")
println(""^100)
println(" #timesteps: " * @sprintf("% 14d", iter) *
" " *
Expand Down

0 comments on commit 7b02c44

Please sign in to comment.