diff options
author | 2017-03-09 14:24:51 -0800 | |
---|---|---|
committer | 2017-03-09 14:24:51 -0800 | |
commit | 584a32c8dec1647fa194b5c2db79ef5f61f176c6 (patch) | |
tree | eff975966e823e327d37ad350f8ea8384e1e77b6 /Python/pywarpx/__init__.py | |
parent | 571a3d30b2794ec18f97d540ca8b14e0fdc537c6 (diff) | |
download | WarpX-584a32c8dec1647fa194b5c2db79ef5f61f176c6.tar.gz WarpX-584a32c8dec1647fa194b5c2db79ef5f61f176c6.tar.zst WarpX-584a32c8dec1647fa194b5c2db79ef5f61f176c6.zip |
Converted python interface to AMReX
Also added python level time step and incomplete wrap to access the fields.
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r-- | Python/pywarpx/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index 98c26af36..baec3e39e 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -6,5 +6,7 @@ from .Algo import algo from .Langmuirwave import langmuirwave from .Interpolation import interpolation from .Particles import particles -from .BoxLib import BoxLib +from .AMReX import AMReX + +from .timestepper import TimeStepper |