aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-07Implemented update without rho in RZ spectral solver (#1569)Gravatar David Grote 6-19/+66
2020-12-16CMake: Update GPU Backend Vars (#1577)Gravatar Axel Huebl 1-1/+1
2020-12-07Remove `using namespace Gpu` (#1555)Gravatar Weiqun Zhang 1-9/+8
2020-12-07AnyFFT: `AMReX_Config.H` (#1553)Gravatar Axel Huebl 1-0/+2
2020-12-02Improve spectral solver on staggered grids (#1468)Gravatar Edoardo Zoni 8-80/+801
2020-11-17CMake: Fix PSATD on CUDA (#1517)Gravatar Axel Huebl 1-1/+1
2020-11-16Fix PSATD equations used with PML (#1513)Gravatar Edoardo Zoni 2-60/+130
2020-10-19RZ PSATD, in forward transforms, initialize the copies to zero if needed (#1445)Gravatar David Grote 1-0/+11
2020-10-19Replace wherever possible '.reset(new' with '= make_unique' (#1429)Gravatar Luca Fedeli 3-15/+19
2020-10-07RZ + single precision fix (#1417)Gravatar Michael E Rowan 1-5/+18
2020-10-07rocFFT support (#1410)Gravatar Weiqun Zhang 6-23/+250
2020-10-07Do not store first Fornberg coefficient (#1419)Gravatar Edoardo Zoni 2-31/+36
2020-10-02Fix some warnings for PSATD builds (#1401)Gravatar Edoardo Zoni 9-49/+27
2020-10-01RZ spectral: add default value of i_comp in scalar transforms (#1404)Gravatar David Grote 1-2/+2
2020-09-24RZ spectral current correction and Galilean (#1216)Gravatar David Grote 11-37/+574
2020-09-23Implemented fft_periodic_single_box for RZ spectral (#1301)Gravatar Remi Lehe 6-97/+97
2020-09-14Clean up profiling labels (#1320)Gravatar Edoardo Zoni 1-2/+2
2020-09-10SpectralSolverRZ.H: Move Implementations to Source File (#1290)Gravatar Remi Lehe 2-38/+74
2020-09-03Fix some warnings in RZ spectral solver (#1286)Gravatar Remi Lehe 2-13/+13
2020-09-03fix implicit capture of this in lambda function (#1282)Gravatar Luca Fedeli 1-1/+2
2020-09-01Remove ManagedVector from spectral solver (#1270)Gravatar WeiqunZhang 8-104/+131
2020-08-31Add copyright headers when missing (#1262)Gravatar MaxThevenet 3-0/+21
2020-08-24Fix some warnings (#1239)Gravatar Luca Fedeli 7-24/+35
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-08-06Galilean PSATD: current correction and rho-free formulation (#1151)Gravatar Edoardo Zoni 14-164/+458
2020-07-27Added k-space filter for RZ spectral solver (#1006)Gravatar David Grote 10-5/+210
2020-07-20Vay current deposition (#1051)Gravatar Edoardo Zoni 16-12/+245
2020-07-17Fixing compiler warnings (#1178)Gravatar Olga Shapoval 1-13/+2
2020-07-15Add support for infinite-order PSATD (#1169)Gravatar danielbelkin 1-49/+65
2020-07-14Fix bug in RZ PSATD rho terms (#1172)Gravatar David Grote 1-2/+2
2020-07-14make fft_do_time_averaging a member of class WarpX (#1165)Gravatar MaxThevenet 2-7/+4
2020-07-10Fix compilation of AvgGalilean for GPU (#1159)Gravatar Remi Lehe 2-2/+18
2020-07-08Averaged Galilean PSATD (#869)Gravatar Olga Shapoval 8-15/+439
2020-07-06PSATD: add option to update E without using rho (#1128)Gravatar Edoardo Zoni 4-53/+87
2020-07-02PSATD: current correction works only with global FFTs (#1131)Gravatar Edoardo Zoni 1-9/+9
2020-06-12Add CMake Scripts (#759)Gravatar Axel Huebl 4-5/+53
2020-05-29Encapsulate FFTs (#1055)Gravatar MaxThevenet 6-218/+303
2020-05-29Set particular modified wavenumbers to 0 for spectral (nodal). (#1030)Gravatar Olga Shapoval 1-0/+18
2020-05-22Fix DivE diagnostic in RZ (#1034)Gravatar David Grote 1-1/+6
2020-05-22Added stub for current correction in RZ spectral solver (#1007)Gravatar David Grote 4-0/+55
2020-05-08Fix bug for PSATD momentum-conserving runs (#965)Gravatar Remi Lehe 1-2/+2
2020-05-05Current correction in Fourier space (#675)Gravatar Edoardo Zoni 4-5/+141
2020-04-29CI: macOS Single Precision (#964)Gravatar Axel Huebl 1-3/+3
2020-04-28Style change to match the standard (#957)Gravatar Michael E Rowan 1-8/+8
2020-04-17Remove code for hybrid PSATD, as well as remaining Fortran interface file (#927)Gravatar Remi Lehe 1-2/+0
2020-04-14Implementation of the RZ spectral solver (#816)Gravatar David Grote 19-1/+1909
2020-04-03Avoid i%1 in a lambda, gives compiler segfault (#892)Gravatar MaxThevenet 1-6/+11
2020-04-02Includes: Only From `Source/` (#873)Gravatar Axel Huebl 3-4/+1
2020-04-02Periodic, single-box FFT (#881)Gravatar Remi Lehe 4-11/+43