Skip to content

Commit

Permalink
don't plot transient
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 19, 2023
1 parent 65a0abc commit 86b1340
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ GridapPETSc.with(args = split(options)) do
Dict(get_tag_from_name(labels, u) => v for (u, v) in thermal_diffisitivities)
ϵ_diffisitivities(tag) = thermal_diffisitivities[tag]

dontplottransient

uₕₜ = calculate_temperature_transient(
ϵ_conductivities τ,
ϵ_diffisitivities τ,
Expand All @@ -149,7 +147,7 @@ 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")
Expand Down

0 comments on commit 86b1340

Please sign in to comment.