Skip to content

Commit

Permalink
Merge pull request #11 from openPMD/correct_3d
Browse files Browse the repository at this point in the history
Correct 3d
  • Loading branch information
ax3l authored Apr 19, 2017
2 parents 827ee13 + cb3d95c commit 0913f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified example-3d.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/warp_3d_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@

# Field boundary conditions (longitudinal and transverse respectively)
f_boundz = openbc
f_boundxy = absorb
f_boundxy = openbc
# Particles boundary conditions (longitudinal and transverse respectively)
p_boundz = absorb
p_boundz = reflect
p_boundxy = reflect

# Moving window (0:off, 1:on)
Expand Down

0 comments on commit 0913f46

Please sign in to comment.