From d0716557190dd1bbc39c835eea18f8c67e22b3cc Mon Sep 17 00:00:00 2001 From: Dave Grote Date: Mon, 18 Mar 2019 16:36:21 -0700 Subject: Removed more references to warpx_coord_sys --- .../plasma_acceleration/plasma_acceleration_PICMI.mr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples/Physics_applications/plasma_acceleration/plasma_acceleration_PICMI.mr.py') diff --git a/Examples/Physics_applications/plasma_acceleration/plasma_acceleration_PICMI.mr.py b/Examples/Physics_applications/plasma_acceleration/plasma_acceleration_PICMI.mr.py index 3cb3ba1dc..563fe110e 100644 --- a/Examples/Physics_applications/plasma_acceleration/plasma_acceleration_PICMI.mr.py +++ b/Examples/Physics_applications/plasma_acceleration/plasma_acceleration_PICMI.mr.py @@ -25,7 +25,7 @@ grid = picmi.Cartesian3DGrid(number_of_cells = [nx, ny, nz], upper_boundary_conditions = ['periodic', 'periodic', 'open'], moving_window_velocity = moving_window_velocity, #refined_regions = [[1, [-25e-6, -25e-6, -200.e-6], [25e-6, 25e-6, 200.e-6]]], # as argument - warpx_max_grid_size=128, warpx_coord_sys=0, warpx_blocking_factor=16) + warpx_max_grid_size=128, warpx_blocking_factor=16) # --- As a seperate function call (instead of refined_regions argument) grid.add_refined_region(level = 1, -- cgit v1.2.3