From 85da9ebc45312febc4e09b890f86088bcfa2ba8c Mon Sep 17 00:00:00 2001 From: Helge Gehring <42973196+HelgeGehring@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:20:43 -0700 Subject: [PATCH] plot transient --- docs/julia/heater_3d.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/julia/heater_3d.jl b/docs/julia/heater_3d.jl index 4686296f..9360f06a 100644 --- a/docs/julia/heater_3d.jl +++ b/docs/julia/heater_3d.jl @@ -147,8 +147,6 @@ GridapPETSc.with(args = split(options)) do #end sums = [(t, ∑(∫(u)dΩ_w) / ∑(∫(1)dΩ_w)) for (u, t) in uₕₜ] - dontplottransient - figure = Figure() ax = Axis(figure[1, 1], ylabel = "Temperature / K", xlabel = "time / ms")