Skip to content

Commit

Permalink
remove leftovers from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Jan 9, 2025
1 parent a81e8dc commit 24fbffe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ semi = SemidiscretizationHyperbolic(mesh, equations, initial_condition, solver)
###############################################################################
# ODE solvers, callbacks etc.

tspan = (0.0, 200.0)
tspan = (0.0, 20.0)
ode = semidiscretize(semi, tspan)

summary_callback = SummaryCallback()
Expand Down
1 change: 0 additions & 1 deletion ext/TrixiGLMakieExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ function Trixi.show_plot_makie(visualization_callback, plot_data, variable_names
for v in 1:size(variable_names)[1]
GLMakie.heatmap!(axis[v], plot_data.x, plot_data.y, plot_data.data[v])
end
sleep(1)

# TODO: handle `show_mesh`
end
Expand Down

0 comments on commit 24fbffe

Please sign in to comment.