Skip to content

Commit

Permalink
Update 004_Wakefield_simulation_and_extrapolation.ipynb
Browse files Browse the repository at this point in the history
Avoid MESA problems and bad rendering, setting the backend to client
  • Loading branch information
elenafuengar authored Jan 27, 2025
1 parent 76bcf72 commit 1658777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/004_Wakefield_simulation_and_extrapolation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"from wakis import GridFIT3D \n",
"from wakis import WakeSolver\n",
"\n",
"%matplotlib ipympl"
"%matplotlib ipympl",
"pv.set_jupyter_backend('client')",
]
},
{
Expand Down Expand Up @@ -68,7 +69,6 @@
"Nx = 80\n",
"Ny = 80\n",
"Nz = 141\n",
"#dt = 2.187760221e-12 # like CST\n",
"\n",
"# set grid and geometry\n",
"grid = GridFIT3D(xmin, xmax, ymin, ymax, zmin, zmax, Nx, Ny, Nz, \n",
Expand Down

0 comments on commit 1658777

Please sign in to comment.