aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithmRZ.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-08Clang tidy CI test: add selected google-* checks (#4267)Gravatar Luca Fedeli 1-0/+1
2023-08-14Clang-tidy: add more misc-* checks to clang-tidy CI test (#4170)Gravatar Luca Fedeli 1-2/+0
2023-08-01Clang tidy CI test: add several readability checks to clang tidy CI test (#4...Gravatar Luca Fedeli 1-2/+2
2023-05-09Do not duplicate protected member of base class (#3915)Gravatar Edoardo Zoni 1-1/+0
2023-05-01Use WARPX_ABORT_WITH_MESSAGE("msg") instead of amrex::Abort(Utils::TextMsg:...Gravatar Luca Fedeli 1-8/+8
2023-03-28Fix bugs related to azimuthal modes for multi-J algo in RZ geometry (#3764)Gravatar Olga Shapoval 1-5/+5
2023-03-09New user input for grid type (collocated, staggered, hybrid) (#3683)Gravatar Edoardo Zoni 1-2/+2
2022-12-07PSATD: Implement First-Order Equations (#3466)Gravatar Edoardo Zoni 1-12/+15
2022-09-20PSATD: More Options for Time Dependency of J, Rho (#3242)Gravatar Edoardo Zoni 1-15/+18
2022-05-30Use Utils::TextMsg::Err and WARPX_ALWAYS_ASSERT_WITH_MESSAGE in more files (#...Gravatar Luca Fedeli 1-4/+9
2022-03-03Refactor Vay Deposition Functions (#2885)Gravatar Edoardo Zoni 1-3/+1
2022-02-16Refactor Current Correction Functions (#2839)Gravatar Edoardo Zoni 1-19/+1
2022-01-09Multi-J: J Always Linear in Time (#2679)Gravatar Edoardo Zoni 1-15/+15
2021-10-21Div(B) Cleaning: Change Normalization of G (#2429)Gravatar Edoardo Zoni 1-7/+7
2021-08-05RZ PSATD: Time Averaging for Multi-J Algorithm (#2141)Gravatar Edoardo Zoni 1-3/+124
2021-07-26RZ PSATD: Multi-J Algorithm (#2111)Gravatar Edoardo Zoni 1-13/+88
2021-07-15Spectral Index: Replace `struct`s of `enum` with Class (#2062)Gravatar Edoardo Zoni 1-28/+30
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-1/+1
2021-03-19Warnings: PSATD+RZ & More (#1814)Gravatar Axel Huebl 1-1/+1
2021-03-16Add timers in routines that depend on cell-related work (#1692)Gravatar Michael E Rowan 1-8/+13
2021-01-07Implemented update without rho in RZ spectral solver (#1569)Gravatar David Grote 1-5/+20
2020-10-02Fix some warnings for PSATD builds (#1401)Gravatar Edoardo Zoni 1-5/+3
2020-09-24RZ spectral current correction and Galilean (#1216)Gravatar David Grote 1-17/+93
2020-08-06Galilean PSATD: current correction and rho-free formulation (#1151)Gravatar Edoardo Zoni 1-2/+2
2020-07-20Vay current deposition (#1051)Gravatar Edoardo Zoni 1-0/+7
2020-07-14Fix bug in RZ PSATD rho terms (#1172)Gravatar David Grote 1-2/+2
2020-05-22Added stub for current correction in RZ spectral solver (#1007)Gravatar David Grote 1-0/+8
2020-04-14Implementation of the RZ spectral solver (#816)Gravatar David Grote 1-0/+198