forked from ECP-WarpX/WarpX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hybrid-PIC: Only calculate grad Pe when longitudinal part of E matters (
ECP-WarpX#5224) * rename `include_resistivity_term` to `solve_for_Faraday` * only include grad Pe term when the longitudinal part of E matters Signed-off-by: roelof-groenewald <[email protected]> * reset 2d benchmarks --------- Signed-off-by: roelof-groenewald <[email protected]>
- Loading branch information
1 parent
d254be6
commit 50e1326
Showing
7 changed files
with
84 additions
and
88 deletions.
There are no files selected for viewing
20 changes: 10 additions & 10 deletions
20
Regression/Checksum/benchmarks_json/test_2d_ohm_solver_landau_damping_picmi.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,21 +1,21 @@ | ||
{ | ||
"lev=0": { | ||
"Bx": 0.0, | ||
"By": 7.079679609748623e-06, | ||
"By": 0.0, | ||
"Bz": 0.0, | ||
"Ex": 2726044.0536666242, | ||
"Ex": 2726044.0531522455, | ||
"Ey": 0.0, | ||
"Ez": 4060168.6414095857, | ||
"jx": 177543428.8941278, | ||
"jy": 187432087.03814715, | ||
"jz": 594259755.4658135 | ||
"Ez": 4060168.641739453, | ||
"jx": 177543428.93227622, | ||
"jy": 187432087.0391676, | ||
"jz": 594259755.4796929 | ||
}, | ||
"ions": { | ||
"particle_momentum_x": 9.141594694084731e-17, | ||
"particle_momentum_x": 9.14159469411586e-17, | ||
"particle_momentum_y": 9.135546407258978e-17, | ||
"particle_momentum_z": 9.137866220861254e-17, | ||
"particle_position_x": 1197.3344862524336, | ||
"particle_position_y": 153269.17690371818, | ||
"particle_momentum_z": 9.137866220831626e-17, | ||
"particle_position_x": 1197.3344862525519, | ||
"particle_position_y": 153269.1769037183, | ||
"particle_weight": 8.032598963696067e+16 | ||
} | ||
} |
20 changes: 10 additions & 10 deletions
20
Regression/Checksum/benchmarks_json/test_2d_ohm_solver_magnetic_reconnection_picmi.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,18 +1,18 @@ | ||
{ | ||
"lev=0": { | ||
"Bx": 1524.8789585503644, | ||
"Bx": 1524.8789586064377, | ||
"By": 639.8314135126764, | ||
"Bz": 7.476021044429126, | ||
"Ex": 56499974.120022975, | ||
"Ey": 75064070.52054195, | ||
"Ez": 309548487.2375785 | ||
"Bz": 7.475443144751569, | ||
"Ex": 56498215.028332025, | ||
"Ey": 75045238.66546318, | ||
"Ez": 309589044.22395706 | ||
}, | ||
"ions": { | ||
"particle_momentum_x": 7.142955224072218e-15, | ||
"particle_momentum_y": 7.138078059799475e-15, | ||
"particle_momentum_z": 7.141134511766018e-15, | ||
"particle_position_x": 11170689.202742986, | ||
"particle_position_y": 5585328.083267269, | ||
"particle_momentum_x": 7.142955285069654e-15, | ||
"particle_momentum_y": 7.138077993721551e-15, | ||
"particle_momentum_z": 7.141133937530391e-15, | ||
"particle_position_x": 11170689.202379484, | ||
"particle_position_y": 5585328.091626547, | ||
"particle_weight": 9.036667901693183e+18 | ||
} | ||
} |
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
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
Oops, something went wrong.