aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralKSpace.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-1/+15
2020-12-07Remove `using namespace Gpu` (#1555)Gravatar Weiqun Zhang 1-9/+8
2020-10-07Do not store first Fornberg coefficient (#1419)Gravatar Edoardo Zoni 1-30/+26
2020-10-02Fix some warnings for PSATD builds (#1401)Gravatar Edoardo Zoni 1-1/+1
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 1-66/+81
2020-08-24Fix some warnings (#1239)Gravatar Luca Fedeli 1-4/+10
2020-07-15Add support for infinite-order PSATD (#1169)Gravatar danielbelkin 1-49/+65
2020-07-08Averaged Galilean PSATD (#869)Gravatar Olga Shapoval 1-3/+2
2020-05-29Set particular modified wavenumbers to 0 for spectral (nodal). (#1030)Gravatar Olga Shapoval 1-0/+18
2020-04-17Remove code for hybrid PSATD, as well as remaining Fortran interface file (#927)Gravatar Remi Lehe 1-2/+0
2020-03-13PSATD Single precision (#805)Gravatar MaxThevenet 1-1/+1
2020-02-25Includes: Clean Up (#743)Gravatar Axel Huebl 1-2/+4
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+7
2020-01-16No thrust (#629)Gravatar Andrew Myers 1-6/+1
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 1-1/+1
2019-06-06cleaning code for spectral cufft for 3DGravatar Revathi Jambunathan 1-0/+1
2019-05-06Added cuFFT kernels -- debugging error in rho values before forward transformGravatar Revathi Jambunathan 1-1/+5
2019-05-01Correct error in calculation of k vectorGravatar Remi Lehe 1-6/+8
2019-05-01Implement Real-to-complex FFTGravatar Remi Lehe 1-16/+40
2019-04-28Fix error in calculation of modified k vectorsGravatar Remi Lehe 1-2/+3
2019-04-26Cosmetic changesGravatar Remi Lehe 1-3/+3
2019-04-26Correct naming of `dx` ; use initializer listGravatar Remi Lehe 1-3/+2
2019-04-25Correct shiftGravatar Remi Lehe 1-2/+2
2019-04-23Add comments ; copy only to valid boxGravatar Remi Lehe 1-9/+42
2019-04-23Add comments, switch value of kGravatar Remi Lehe 1-7/+27
2019-04-23Switch and rename the shift factorsGravatar Remi Lehe 1-27/+31
2019-04-23Use Fonberg coefficients to calculate the modified kGravatar Remi Lehe 1-5/+16
2019-04-23Add calculation of Fonberg coefficientsGravatar Remi Lehe 1-22/+54
2019-04-23Apply shift factorsGravatar Remi Lehe 1-4/+4
2019-04-23Add break statementsGravatar Remi Lehe 1-1/+1
2019-04-23Added shift functionGravatar Remi Lehe 1-13/+42
2019-04-23Change type nameGravatar Remi Lehe 1-4/+4
2019-04-23Change function interfaceGravatar Remi Lehe 1-52/+54
2019-04-23Implement spectral solver in 2DGravatar Remi Lehe 1-2/+8
2019-04-23Fix NaN issueGravatar Remi Lehe 1-4/+4
2019-04-23Link spectral solver to the rest of the codeGravatar Remi Lehe 1-2/+3
2019-04-23Do not import namespace in .H fileGravatar Remi Lehe 1-0/+3
2019-04-23Added modified k vectorGravatar Remi Lehe 1-0/+16
2019-04-23Add Spectral K spaceGravatar Remi Lehe 1-0/+62