Skip to content

Commit

Permalink
Update src/callbacks_step/analysis.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Oct 9, 2024
1 parent 6983f69 commit bdcb57b
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 @@ -314,7 +314,7 @@ function (analysis_callback::AnalysisCallback)(u_ode, du_ode, integrator, semi)
mpi_println(" #elements: " *
@sprintf("% 14d", nelementsglobal(mesh, solver, cache)))

# Level information (only for AMR or non-uniform `TreeMesh`es)
# Level information (only for AMR and/or non-uniform `TreeMesh`es)
print_level_information(integrator.opts.callback, mesh, solver, cache)
mpi_println()

Expand Down

0 comments on commit bdcb57b

Please sign in to comment.