Skip to content

Commit

Permalink
stop earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 19, 2023
1 parent 9a603ff commit 970f537
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using Femwell.Maxwell.Electrostatic
using Femwell.Thermal

dir = @__DIR__
run(`python $dir/heater_3d_mesh.py > /dev/null`)
run(`python $dir/heater_3d_mesh.py`)


model = GmshDiscreteModel("mesh.msh")
Expand Down Expand Up @@ -136,6 +136,8 @@ GridapPETSc.with(args = split(options)) do
solver = PETScLinearSolver(),
)

stophere

#createpvd("poisson_transient_solution") do pvd
# for (uₕ, t) in uₕₜ
# pvd[t] = createvtk(
Expand Down

0 comments on commit 970f537

Please sign in to comment.