Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 18, 2023
1 parent d766905 commit 074a14a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# ---
# jupyter:
# jupytext:
# custom_cell_magics: kql
# formats: jl:percent,ipynb
# text_representation:
# extension: .jl
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.11.2
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# ---

# %% [markdown]
# # 3D thermal phase shifter

# %%
using GLMakie

using Gridap
Expand All @@ -8,7 +28,7 @@ using GridapPETSc
using Femwell.Maxwell.Electrostatic
using Femwell.Thermal

run(`python docs/julia/heater_3d.py`)
run(`python docs/julia/heater_3d_mesh.py`)


model = GmshDiscreteModel("mesh.msh")
Expand Down
File renamed without changes.

0 comments on commit 074a14a

Please sign in to comment.