aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralFieldDataRZ.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-29Clang tidy CI test: add more readability checks to clang tidy CI test (#4146)Gravatar Luca Fedeli 1-1/+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-06-13Enforce const correctness using clang-tidy CI test (#3921)Gravatar Luca Fedeli 1-6/+6
2023-06-01Fix: PSATD+RZ in SP (#3956)Gravatar Axel Huebl 1-6/+33
2023-05-04Replace 3 occurrencess of NULL with std::nullptr (#3893)Gravatar Luca Fedeli 1-2/+2
2022-10-10Partial refactoring of the utils directory (#3404)Gravatar Luca Fedeli 1-1/+1
2022-06-02Move warning logger in ablastr (#3154)Gravatar Luca Fedeli 1-16/+25
2022-05-26SpectralFieldDataRZ: Missing Utils Include (#3140)Gravatar Axel Huebl 1-0/+1
2022-03-28Clean up handling of `v_galilean` (#2989)Gravatar David Grote 1-1/+1
2022-03-16RZ: Use WarpX::ncomps more consistently (#2951)Gravatar Axel Huebl 1-14/+12
2022-01-12Don't attempt to use costs when working on PML grids. (#2737)Gravatar Andrew Myers 1-12/+18
2021-10-20⚠️ Add warning logger (#2113)Gravatar Luca Fedeli 1-8/+16
2021-07-15Spectral Index: Replace `struct`s of `enum` with Class (#2062)Gravatar Edoardo Zoni 1-5/+6
2021-07-12Add Cost Calculations for Cartesian/RZ Filtering (#2074)Gravatar Edoardo Zoni 1-2/+33
2021-07-12Fixes to RZ PSATD (#1945)Gravatar David Grote 1-8/+72
2021-07-09RZ: Fix Warnings, Add Cost Calculations to Spectral Solver (#2071)Gravatar Edoardo Zoni 1-0/+56
2021-03-16Add timers in routines that depend on cell-related work (#1692)Gravatar Michael E Rowan 1-7/+11
2020-10-19RZ PSATD, in forward transforms, initialize the copies to zero if needed (#1445)Gravatar David Grote 1-0/+11
2020-10-07RZ + single precision fix (#1417)Gravatar Michael E Rowan 1-5/+18
2020-10-07rocFFT support (#1410)Gravatar Weiqun Zhang 1-9/+100
2020-09-24RZ spectral current correction and Galilean (#1216)Gravatar David Grote 1-1/+1
2020-09-23Implemented fft_periodic_single_box for RZ spectral (#1301)Gravatar Remi Lehe 1-28/+38
2020-08-17Bug fix for RZ PSATD backwards transform for GPU (#1247)Gravatar David Grote 1-1/+1
2020-08-13Fix RZ PSATD backward transform for icomp > 0 (#1246)Gravatar David Grote 1-4/+3
2020-07-27Added k-space filter for RZ spectral solver (#1006)Gravatar David Grote 1-0/+77
2020-05-22Fix DivE diagnostic in RZ (#1034)Gravatar David Grote 1-1/+6
2020-04-14Implementation of the RZ spectral solver (#816)Gravatar David Grote 1-0/+444