From 2bb51431ba7c4b21c55e9dd066079374bce35517 Mon Sep 17 00:00:00 2001 From: Helge Gehring <42973196+HelgeGehring@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:53:28 -0700 Subject: [PATCH] generate the mesh --- docs/julia/heater_3d.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/julia/heater_3d.jl b/docs/julia/heater_3d.jl index f46f7ca4..5e3dbffc 100644 --- a/docs/julia/heater_3d.jl +++ b/docs/julia/heater_3d.jl @@ -29,7 +29,7 @@ using Femwell.Maxwell.Electrostatic using Femwell.Thermal dir = @__DIR__ -#read(`python $dir/heater_3d_mesh.py`) +read(`python $dir/heater_3d_mesh.py`) model = GmshDiscreteModel("mesh.msh")