-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more updates to CI tests and checksum benchmarks; remove commented code
- Loading branch information
1 parent
f7506f4
commit 863f44a
Showing
6 changed files
with
35 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
Regression/Checksum/benchmarks_json/Python_ohms_law_solver_EM_modes_1d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"lev=0": { | ||
"Bx": 0.0846232979356012, | ||
"By": 0.0748927888009307, | ||
"Bx": 0.08460920626188952, | ||
"By": 0.07485331147996604, | ||
"Bz": 256.0, | ||
"Ex": 1960.2420822749025, | ||
"Ey": 2368.794327568534, | ||
"Ez": 4873.496044339846 | ||
"Ex": 1954.3267519602405, | ||
"Ey": 2363.4281756166347, | ||
"Ez": 4873.508158589938 | ||
}, | ||
"ions": { | ||
"particle_momentum_x": 1.615113301362171e-19, | ||
"particle_momentum_y": 1.6152332353795267e-19, | ||
"particle_momentum_z": 1.6134581585733078e-19, | ||
"particle_position_x": 3678.484650863704, | ||
"particle_momentum_x": 1.6151135948675135e-19, | ||
"particle_momentum_y": 1.6152336151551518e-19, | ||
"particle_momentum_z": 1.6134581268392543e-19, | ||
"particle_position_x": 3678.484650899751, | ||
"particle_weight": 4.220251350277737e+21 | ||
} | ||
} |
12 changes: 6 additions & 6 deletions
12
Regression/Checksum/benchmarks_json/Python_ohms_law_solver_EM_modes_rz.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"lev=0": {}, | ||
"ions": { | ||
"particle_momentum_x": 5.043873837579827e-17, | ||
"particle_momentum_y": 5.04445113937769e-17, | ||
"particle_momentum_z": 5.051930416996439e-17, | ||
"particle_position_x": 143164.4268324243, | ||
"particle_position_y": 143166.5184643828, | ||
"particle_theta": 2573261.7450408577, | ||
"particle_momentum_x": 5.043858996017125e-17, | ||
"particle_momentum_y": 5.0444743275098145e-17, | ||
"particle_momentum_z": 5.05192925609973e-17, | ||
"particle_position_x": 143164.42694236583, | ||
"particle_position_y": 143166.51848290052, | ||
"particle_theta": 2573261.754119082, | ||
"particle_weight": 8.12868064536689e+18 | ||
} | ||
} |
32 changes: 16 additions & 16 deletions
32
Regression/Checksum/benchmarks_json/Python_ohms_law_solver_ion_beam_1d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
{ | ||
"lev=0": { | ||
"Bx": 27.864884714606287, | ||
"By": 27.512065552904964, | ||
"Bx": 5.334151697582419, | ||
"By": 5.304303632258862, | ||
"Bz": 256.0, | ||
"Ex": 1814830.0899118558, | ||
"Ey": 1807490.954696831, | ||
"Ez": 481172.9611816857, | ||
"jx": 686892027617.7311, | ||
"jy": 688159642665.3784, | ||
"jz": 100142185494.34584 | ||
"Ex": 402369.6682213072, | ||
"Ey": 398930.6880468441, | ||
"Ez": 22813.908607048776, | ||
"jx": 152516944704.4641, | ||
"jy": 154134670950.55667, | ||
"jz": 31828054802.990257 | ||
}, | ||
"beam_ions": { | ||
"particle_momentum_x": 4.457531098465277e-18, | ||
"particle_momentum_y": 4.473403768918693e-18, | ||
"particle_momentum_z": 1.0898804348671991e-17, | ||
"particle_position_x": 4771.045393185418, | ||
"particle_momentum_x": 1.2677390613057533e-18, | ||
"particle_momentum_y": 1.2742687194492975e-18, | ||
"particle_momentum_z": 1.3910821615724517e-17, | ||
"particle_position_x": 4598.14909517292, | ||
"particle_weight": 2.1101256751388695e+20 | ||
}, | ||
"ions": { | ||
"particle_momentum_x": 1.7363382576743058e-18, | ||
"particle_momentum_y": 1.7349619341342414e-18, | ||
"particle_momentum_z": 1.6420833334404384e-18, | ||
"particle_position_x": 9199.410918598116, | ||
"particle_momentum_x": 1.6197180437411583e-18, | ||
"particle_momentum_y": 1.6195304119412495e-18, | ||
"particle_momentum_z": 1.6731897345410398e-18, | ||
"particle_position_x": 9193.260490317181, | ||
"particle_weight": 1.0550628375694317e+22 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters