diff options
author | 2019-03-18 16:36:21 -0700 | |
---|---|---|
committer | 2019-03-18 16:36:21 -0700 | |
commit | d0716557190dd1bbc39c835eea18f8c67e22b3cc (patch) | |
tree | b75f9034d95d3fb60369ffd23c7bdc3346c77579 /Examples/Physics_applications/laser_acceleration/laser_acceleration_PICMI.py | |
parent | 54ff6741b624f1b9162c5d503135f99b895b54d3 (diff) | |
download | WarpX-d0716557190dd1bbc39c835eea18f8c67e22b3cc.tar.gz WarpX-d0716557190dd1bbc39c835eea18f8c67e22b3cc.tar.zst WarpX-d0716557190dd1bbc39c835eea18f8c67e22b3cc.zip |
Removed more references to warpx_coord_sys
Diffstat (limited to 'Examples/Physics_applications/laser_acceleration/laser_acceleration_PICMI.py')
-rw-r--r-- | Examples/Physics_applications/laser_acceleration/laser_acceleration_PICMI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Physics_applications/laser_acceleration/laser_acceleration_PICMI.py b/Examples/Physics_applications/laser_acceleration/laser_acceleration_PICMI.py index 867e7a951..3094a9db5 100644 --- a/Examples/Physics_applications/laser_acceleration/laser_acceleration_PICMI.py +++ b/Examples/Physics_applications/laser_acceleration/laser_acceleration_PICMI.py @@ -89,7 +89,7 @@ grid = picmi.Cartesian3DGrid(number_of_cells = [nx, ny, nz], lower_boundary_conditions = ['periodic', 'periodic', 'open'], upper_boundary_conditions = ['periodic', 'periodic', 'open'], moving_window_velocity = moving_window_velocity, - warpx_max_grid_size=32, warpx_coord_sys=0) + warpx_max_grid_size=32) solver = picmi.ElectromagneticSolver(grid=grid, method='CKC', cfl=1.) |