diff options
author | 2023-04-04 21:11:54 -0700 | |
---|---|---|
committer | 2023-04-04 21:11:54 -0700 | |
commit | 9069aaf8bda40b8b9e0ea37361723fdc8e0a9243 (patch) | |
tree | 92f59f567ac3f3f8015fc648dc56f5119f8c3d32 /Python/pywarpx/__init__.py | |
parent | 3be23a1dc1e357bb2d2c873718df5b928fb6854d (diff) | |
download | WarpX-9069aaf8bda40b8b9e0ea37361723fdc8e0a9243.tar.gz WarpX-9069aaf8bda40b8b9e0ea37361723fdc8e0a9243.tar.zst WarpX-9069aaf8bda40b8b9e0ea37361723fdc8e0a9243.zip |
Adding Amrex Bucket into WarpX Python interface. (#3590)
* Adding Amrex Bucket into WarpX Python interface.
* Adding PICMI-like options in the Simulation class to control Amrex Arena parameters.
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r-- | Python/pywarpx/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index 58d214398..5000180f3 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -6,6 +6,7 @@ from .Algo import algo from .Amr import amr +from .Amrex import amrex from .Boundary import boundary from .Collisions import collisions from .Constants import my_constants |