diff options
| author | 2021-11-02 17:34:08 -0700 | |
|---|---|---|
| committer | 2021-11-03 00:34:08 +0000 | |
| commit | 55e5528cfebd958ba341a059f01bdde4ea288e61 (patch) | |
| tree | 60eb2fe94e54d76e29bd8d2277ee42190e50799d /Examples/Tests/PML/analysis_pml_psatd.py | |
| parent | 3b09e5199b0cd880f9a30d0eb433ca600c2096ec (diff) | |
| download | WarpX-55e5528cfebd958ba341a059f01bdde4ea288e61.tar.gz WarpX-55e5528cfebd958ba341a059f01bdde4ea288e61.tar.zst WarpX-55e5528cfebd958ba341a059f01bdde4ea288e61.zip | |
Change the way in which the laser particle weight is calculated. (#2417)
* Minor fixes to the laser particles
* Update calculation of the weights for laser antenna particles
* Correct name of the constant epsilon_0
* Correct unused variables
* Update 2D benchmarks
* Update 3D benchmarks
* Update RZ tests
* Update benchmark for pml_x_psatd
* Update energy value
Diffstat (limited to 'Examples/Tests/PML/analysis_pml_psatd.py')
| -rwxr-xr-x | Examples/Tests/PML/analysis_pml_psatd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tests/PML/analysis_pml_psatd.py b/Examples/Tests/PML/analysis_pml_psatd.py index 14a581106..ea0cb018e 100755 --- a/Examples/Tests/PML/analysis_pml_psatd.py +++ b/Examples/Tests/PML/analysis_pml_psatd.py @@ -19,7 +19,7 @@ filename = sys.argv[1] ############################ ### INITIAL LASER ENERGY ### ############################ -energy_start = 7.297324456269243e-08 # electromagnetic energy at iteration 50 +energy_start = 7.282940107273505e-08 # electromagnetic energy at iteration 50 # Check consistency of field energy diagnostics with initial energy above ds = yt.load('pml_x_psatd_plt00050') |
