Skip to content

Commit

Permalink
Add random seed to Examples/Tests/collision/inputs_3d (#5022)
Browse files Browse the repository at this point in the history
* Add random seed to Examples/Tests/collision/inputs_3d

* Update benchmark values

* Update benchmark again
  • Loading branch information
dpgrote authored Jul 2, 2024
1 parent dcdf4f7 commit 2d845dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Examples/Tests/collision/inputs_3d
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ boundary.field_hi = periodic periodic periodic
warpx.serialize_initial_conditions = 1
warpx.verbose = 1
warpx.const_dt = 1.224744871e-07
warpx.random_seed = 2034958209

# Do not evolve the E and B fields
algo.maxwell_solver = none
Expand Down
4 changes: 2 additions & 2 deletions Regression/Checksum/benchmarks_json/collisionXYZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Ex": 0.0,
"Ey": 0.0,
"Ez": 0.0,
"T_electron": 351375.5409141184,
"T_ion": 349005.3985888339
"T_electron": 351570.64632548566,
"T_ion": 350085.3998917431
}
}

0 comments on commit 2d845dc

Please sign in to comment.