-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing bug in hyper-resistivity calculation which had missing terms i… (
#5638) …n vector laplacian evaluation. Additioanally fixing a staggering bug for density calculation in RZ. --------- Signed-off-by: S. Eric Clark <[email protected]> Co-authored-by: Roelof Groenewald <[email protected]>
- Loading branch information
1 parent
93466dd
commit 12269a0
Showing
3 changed files
with
36 additions
and
16 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
14 changes: 7 additions & 7 deletions
14
Regression/Checksum/benchmarks_json/test_rz_ohm_solver_em_modes_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,12 +1,12 @@ | ||
{ | ||
"lev=0": {}, | ||
"ions": { | ||
"particle_momentum_x": 5.0438993756415296e-17, | ||
"particle_momentum_y": 5.0444406612873916e-17, | ||
"particle_momentum_z": 5.0519292431385393e-17, | ||
"particle_position_x": 143164.41713467025, | ||
"particle_position_y": 143166.51845281923, | ||
"particle_theta": 2573261.8729711357, | ||
"particle_weight": 8.128680645366887e+18 | ||
"particle_momentum_x": 5.043784704795177e-17, | ||
"particle_momentum_y": 5.0444695502620235e-17, | ||
"particle_momentum_z": 5.05193106847111e-17, | ||
"particle_position_x": 143164.53685279266, | ||
"particle_position_y": 143166.5185853012, | ||
"particle_theta": 2573262.446840369, | ||
"particle_weight": 8.128680645366886e+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