-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce AMReX change of stencil for Poisson solver (#2496)
* AMReX/PICSAR: Weekly Update (#2478) Weekly update to latest AMReX. Weekly update to latest PICSAR (no changes). ``` ./Tools/Release/updatePICSAR.py ./Tools/Release/updateAMReX.py ``` * Update benchmarks * Update benchmarks for 3D tests * Update benchmarks * Update benchmark * Update benchmark Co-authored-by: Axel Huebl <[email protected]>
- Loading branch information
Showing
13 changed files
with
67 additions
and
67 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
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
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,26 +1,26 @@ | ||
{ | ||
"electrons": { | ||
"particle_cpu": 190700.0, | ||
"particle_id": 58608906771.0, | ||
"particle_momentum_x": 1.0093895330694597e-18, | ||
"particle_momentum_y": 2.7956958989857143e-19, | ||
"particle_momentum_z": 2.7969015548182506e-19, | ||
"particle_position_x": 17152.56985654575, | ||
"particle_position_y": 940.4994608652297, | ||
"particle_weight": 61519629821.77735 | ||
"particle_cpu": 190617.0, | ||
"particle_id": 58601432186.0, | ||
"particle_momentum_x": 1.008747465656768e-18, | ||
"particle_momentum_y": 2.799754668819323e-19, | ||
"particle_momentum_z": 2.792680383829936e-19, | ||
"particle_position_x": 17149.64926526631, | ||
"particle_position_y": 940.0852322133724, | ||
"particle_weight": 61513602111.81641 | ||
}, | ||
"he_ions": { | ||
"particle_cpu": 262717.0, | ||
"particle_id": 206662492683.0, | ||
"particle_momentum_x": 2.8437571739251242e-18, | ||
"particle_momentum_y": 2.207047146518265e-18, | ||
"particle_momentum_z": 2.20705737761419e-18, | ||
"particle_position_x": 17600.029140077717, | ||
"particle_position_y": 1099.7492783317027, | ||
"particle_weight": 71953047790.52736 | ||
"particle_cpu": 262683.0, | ||
"particle_id": 206652536825.0, | ||
"particle_momentum_x": 2.843447398515225e-18, | ||
"particle_momentum_y": 2.206898408374442e-18, | ||
"particle_momentum_z": 2.20679498286358e-18, | ||
"particle_position_x": 17598.68900871454, | ||
"particle_position_y": 1099.660397150414, | ||
"particle_weight": 71950444915.7715 | ||
}, | ||
"lev=0": { | ||
"rho_electrons": 0.035900234973394604, | ||
"rho_he_ions": 0.041911968250211346 | ||
"rho_electrons": 0.03589657270088979, | ||
"rho_he_ions": 0.04191032436797355 | ||
} | ||
} |
8 changes: 4 additions & 4 deletions
8
Regression/Checksum/benchmarks_json/relativistic_space_charge_initialization.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
8 changes: 4 additions & 4 deletions
8
Regression/Checksum/benchmarks_json/space_charge_initialization.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,10 +1,10 @@ | ||
{ | ||
"lev=0": { | ||
"Ex": 7874.567902742338, | ||
"Ey": 7876.183218584557, | ||
"Ez": 7875.262728446799, | ||
"Ex": 7869.638188829999, | ||
"Ey": 7871.253214446194, | ||
"Ez": 7870.333060894928, | ||
"jx": 0.0, | ||
"jy": 0.0, | ||
"jz": 0.0 | ||
} | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
Regression/Checksum/benchmarks_json/space_charge_initialization_2d.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,10 +1,10 @@ | ||
{ | ||
"lev=0": { | ||
"Ex": 7442.398274068142, | ||
"Ex": 7439.901947646065, | ||
"Ey": 0.0, | ||
"Ez": 7443.723183299575, | ||
"Ez": 7441.226830550871, | ||
"jx": 0.0, | ||
"jy": 0.0, | ||
"jz": 0.0 | ||
} | ||
} | ||
} |
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
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