-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resetting charge buffers to zero. (#4916)
* Resetting charge buffers to zero. * Cleaning up: added braces. * Added CI test ElectrostaticSphereLabFrame_MR_emass_10 (with large particle's mass). * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Reverted ES sphere input script. * Docs: Fix PASC Paper Formatting * Highlights: Fix Formatting Issue Render issue in RST in PASC24 entry. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updated benchmarks for ElectrostaticSphereLabFrame_MR_emass_10. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
- Loading branch information
1 parent
e6c1eb5
commit 02f3897
Showing
4 changed files
with
67 additions
and
6 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
23 changes: 23 additions & 0 deletions
23
Regression/Checksum/benchmarks_json/ElectrostaticSphereLabFrame_MR_emass_10.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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"lev=0": { | ||
"Ex": 7.110909624093144, | ||
"Ey": 7.110909624093145, | ||
"Ez": 7.110909624093143, | ||
"rho": 0.0 | ||
}, | ||
"lev=1": { | ||
"Ex": 14.281015560380963, | ||
"Ey": 14.281015560380965, | ||
"Ez": 14.281015560380965, | ||
"rho": 2.6092568008333786e-10 | ||
}, | ||
"electron": { | ||
"particle_momentum_x": 1.80842228672388e-24, | ||
"particle_momentum_y": 1.8084222867238806e-24, | ||
"particle_momentum_z": 1.7598771525647628e-24, | ||
"particle_position_x": 327.46875, | ||
"particle_position_y": 327.46875, | ||
"particle_position_z": 327.46875, | ||
"particle_weight": 6212.501525878906 | ||
} | ||
} |
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