forked from ECP-WarpX/WarpX
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply filtering for the charge density in full diagnostics RZ PSATD (E…
…CP-WarpX#4624) * Removed k-filtering when used RZ PSATD solver * Updated CI benchmarks for galilean_rz_psatd and multi_J_rz_psatd tests * Reversed k-space filtering for the charge density, but only in full diagnostics mode with RZ PSATD * Clean up * Updated CI benchmarks for galilean_rz_psatd and multi_J_rz_psatd tests * silence the unused variable warning * Clean up an include and move initialization to member initializer * Removed unnecessary includes. * Removed redundant class datamember. * Renamed a variable from apply_rho_filter to apply_rz_psatd_filter.
- Loading branch information
Showing
7 changed files
with
41 additions
and
34 deletions.
There are no files selected for viewing
34 changes: 17 additions & 17 deletions
34
Regression/Checksum/benchmarks_json/galilean_rz_psatd.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,30 +1,30 @@ | ||
{ | ||
"lev=0": { | ||
"Bt": 0.0001427751611710155, | ||
"Er": 42705.92836687861, | ||
"Et": 198517.8121599192, | ||
"Ez": 4124.588455632591, | ||
"divE": 50681.523267918594, | ||
"jr": 7.07688551916584, | ||
"jz": 469.93281767722846, | ||
"rho": 4.488636594605648e-07 | ||
}, | ||
"electrons": { | ||
"particle_momentum_x": 7.188262495831869e-22, | ||
"particle_momentum_y": 9.366670272998972e-24, | ||
"particle_momentum_z": 8.903838605112867e-17, | ||
"particle_momentum_x": 7.188262495831913e-22, | ||
"particle_momentum_y": 9.366670273418532e-24, | ||
"particle_momentum_z": 8.903838605112889e-17, | ||
"particle_position_x": 633733.1377069331, | ||
"particle_position_y": 7862152.008302979, | ||
"particle_theta": 51471.82060096203, | ||
"particle_weight": 1.0261080645329302e+20 | ||
}, | ||
"ions": { | ||
"particle_momentum_x": 1.3139399113084718e-18, | ||
"particle_momentum_y": 9.36530169181897e-24, | ||
"particle_momentum_x": 1.313939911308472e-18, | ||
"particle_momentum_y": 9.365301692233452e-24, | ||
"particle_momentum_z": 1.6348806629857118e-13, | ||
"particle_position_x": 633733.1365353089, | ||
"particle_position_y": 7862152.007285856, | ||
"particle_theta": 51471.6099169301, | ||
"particle_weight": 1.0261080645329302e+20 | ||
}, | ||
"lev=0": { | ||
"Bt": 0.00014277516113528766, | ||
"Er": 42705.928351478186, | ||
"Et": 198517.8121599189, | ||
"Ez": 4124.588451444761, | ||
"divE": 50681.52326965637, | ||
"jr": 7.0768855187909985, | ||
"jz": 469.9328176825038, | ||
"rho": 4.488636594800136e-07 | ||
} | ||
} | ||
} | ||
} |
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