diff options
author | 2019-09-11 12:20:06 -0600 | |
---|---|---|
committer | 2019-09-11 12:20:06 -0600 | |
commit | 321a2c763a741c9674bdf7b28332271324221dde (patch) | |
tree | 9f81ea5e8475ab5bd1e769d7865fc7fd492d06eb /Examples/Tests/particles_in_PML/analysis.py | |
parent | f6ccb0e34fd2125fd0d933604efc5ed23eb18a71 (diff) | |
parent | fd848331f2fd6af8c56a0027cc5f088286e347c4 (diff) | |
download | WarpX-321a2c763a741c9674bdf7b28332271324221dde.tar.gz WarpX-321a2c763a741c9674bdf7b28332271324221dde.tar.zst WarpX-321a2c763a741c9674bdf7b28332271324221dde.zip |
Merge pull request #333 from ax3l/topic-eolWhitespaceSource
Source & Tools: No EOL Whitespaces
Diffstat (limited to 'Examples/Tests/particles_in_PML/analysis.py')
-rwxr-xr-x | Examples/Tests/particles_in_PML/analysis.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Examples/Tests/particles_in_PML/analysis.py b/Examples/Tests/particles_in_PML/analysis.py index 9d0c95d35..ab5792082 100755 --- a/Examples/Tests/particles_in_PML/analysis.py +++ b/Examples/Tests/particles_in_PML/analysis.py @@ -3,9 +3,9 @@ This script tests the absorption of particles in the PML. The input file inputs_2d/inputs is used: it features a positive and a -negative particle, going in opposite direction and eventually +negative particle, going in opposite direction and eventually leaving the box. This script tests that the field in the box -is close to 0 once the particles have left. With regular +is close to 0 once the particles have left. With regular PML, this test fails, since the particles leave a spurious charge, with associated fields, behind them. """ @@ -34,4 +34,4 @@ elif ds.dimensionality == 3: assert max_Efield < 10 else: raise ValueError("Unknown dimensionality") - + |