Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Sep 24, 2024
1 parent 033bcf7 commit 593d449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/source/usage/workflows/python_extend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ This example accesses the :math:`E_x(x,y,z)` field at level 0 after every time s
warpx = sim.extension.warpx
# data access
E_x_mf = warpx.multifab(f"Efield_fp[x][level=0]")
E_x_mf = warpx.multifab(f"Efield_fp", dir=0, level=0)
# compute
# iterate over mesh-refinement levels
Expand Down

0 comments on commit 593d449

Please sign in to comment.