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 Oct 10, 2024
1 parent 035ea82 commit a4107e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/python/impactx/impactx_pybind/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,13 @@ class ImpactX:
@dynamic_size.setter
def dynamic_size(self, arg1: bool) -> None: ...
@property
def eigenemittances(self) -> bool:
"""
Enable or disable eigenemittance diagnostic calculations (default: disabled).
"""
@eigenemittances.setter
def eigenemittances(self, arg1: bool) -> None: ...
@property
def finest_level(self) -> int:
"""
The currently finest level of mesh-refinement used. This is always less or equal to max_level.
Expand Down

0 comments on commit a4107e4

Please sign in to comment.