From dd37f58798ab4b15f815d520836632b9ce5ea271 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 17 Aug 2016 12:04:17 +0100 Subject: [PATCH] Correct dimensionality on the solution script for the Sedov blast wave. --- examples/SedovBlast_3D/plotSolution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SedovBlast_3D/plotSolution.py b/examples/SedovBlast_3D/plotSolution.py index f86ce17206..1eea372b08 100644 --- a/examples/SedovBlast_3D/plotSolution.py +++ b/examples/SedovBlast_3D/plotSolution.py @@ -260,7 +260,7 @@ ylim(-5, 50) # Information ------------------------------------- subplot(236, frameon=False) -text(-0.49, 0.9, "Sedov blast with $\\gamma=%.3f$ in 2D at $t=%.2f$"%(gas_gamma,time), fontsize=10) +text(-0.49, 0.9, "Sedov blast with $\\gamma=%.3f$ in 3D at $t=%.2f$"%(gas_gamma,time), fontsize=10) text(-0.49, 0.8, "Background $\\rho_0=%.2f$"%(rho_0), fontsize=10) text(-0.49, 0.7, "Energy injected $E_0=%.2f$"%(E_0), fontsize=10) plot([-0.49, 0.1], [0.62, 0.62], 'k-', lw=1) -- GitLab