Skip to content

Commit

Permalink
Update Stub Files
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored and github-actions[bot] committed May 15, 2024
1 parent 8734507 commit 1cf07c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/python/impactx/impactx_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ class ImpactX:
"""

def boxArray(self, lev: int) -> amrex.space3d.amrex_3d_pybind.BoxArray: ...
def deposit_charge(self) -> None:
"""
Deposit charge in x,y,z.
"""

def evolve(self) -> None:
"""
Run the main simulation loop for a number of steps.
Expand Down

0 comments on commit 1cf07c2

Please sign in to comment.