Skip to content

Commit 0913f46

Browse files
authored
Merge pull request #11 from openPMD/correct_3d
Correct 3d
2 parents 827ee13 + cb3d95c commit 0913f46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-3d.tar.gz

34.5 MB
Binary file not shown.

scripts/warp_3d_script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646

4747
# Field boundary conditions (longitudinal and transverse respectively)
4848
f_boundz = openbc
49-
f_boundxy = absorb
49+
f_boundxy = openbc
5050
# Particles boundary conditions (longitudinal and transverse respectively)
51-
p_boundz = absorb
51+
p_boundz = reflect
5252
p_boundxy = reflect
5353

5454
# Moving window (0:off, 1:on)

0 commit comments

Comments
 (0)