aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 3-3/+3
End-of-line (EOL) whitespaces are verbose and increase diffs and merge conflicts over time. Cleaned them up for the `Source/`, `Examples/` and `Tools/` directory with the following bash one-liner: ```bash find . -type f -not -path './.git*' \ -exec sed -i 's/[[:blank:]]*$//' {} \; ``` Committed as generic user so git does not credit the many lines to me: ```bash GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="warpx@lbl.gov" \ git commit ```
2019-09-03Merge branch 'dev' into RZgeometryGravatar Remi Lehe 1-1/+0
2019-08-31back to defining imaginary number in each routine...Gravatar MaxThevenet 1-1/+1
2019-08-31Define imaginary number I in MathConstGravatar MaxThevenet 1-1/+1
2019-08-31move WarpX_Complex.H to Source/UtilsGravatar MaxThevenet 2-28/+0
2019-08-16Moved WarpX_Complex.H to UtilsGravatar Dave Grote 5-30/+24
2019-07-30Corrections to allow compilation on GPUGravatar Remi Lehe 2-45/+60
2019-07-22Merge branch 'dev' into psatd_pmlGravatar Remi Lehe 5-63/+142
2019-06-24Only copy FFT data to the valid boxGravatar Remi Lehe 1-21/+22
2019-06-06 Included revisions as suggested in the PRGravatar Revathi Jambunathan 3-12/+9
2019-06-06 adding 2D cufft plansGravatar Revathi Jambunathan 1-8/+13
2019-06-06cleaning code for spectral cufft for 3DGravatar Revathi Jambunathan 4-93/+26
2019-05-14 changed made after merging with lastest dev versionGravatar Revathi Jambunathan 3-20/+21
2019-05-08merged with upstream devGravatar Revathi Jambunathan 7-31/+114
2019-05-08temporary print files for debuggingGravatar Revathi Jambunathan 1-34/+18
2019-05-06Added cuFFT kernels -- debugging error in rho values before forward transformGravatar Revathi Jambunathan 5-55/+203
2019-05-04Initialize spectral solverGravatar Remi Lehe 1-0/+1
2019-05-03Prepare spectralsolver for PMLGravatar Remi Lehe 2-5/+18
2019-05-03Commit missing filesGravatar Remi Lehe 2-0/+165
2019-05-02Start implementation of spectral PMLGravatar Remi Lehe 6-13/+26
2019-05-02Merge pull request #103 from ECP-WarpX/factoryGravatar Remi Lehe 8-62/+136
Use virtual function to select the spectral algorithm
2019-05-01Correct error in calculation of k vectorGravatar Remi Lehe 2-6/+9
2019-05-01Fix FFT sizeGravatar Remi Lehe 1-5/+8
2019-05-01Fix normalizationGravatar Remi Lehe 1-6/+8
2019-05-01Implement Real-to-complex FFTGravatar Remi Lehe 4-30/+56
2019-05-01Add virtual destructorGravatar Remi Lehe 1-0/+4
2019-05-01Add commentsGravatar Remi Lehe 2-2/+9
2019-04-30Fix typoGravatar Remi Lehe 1-1/+2
2019-04-30Update Make.packageGravatar Remi Lehe 1-0/+1
2019-04-30Add separate file for constructorGravatar Remi Lehe 2-17/+38
2019-04-30Use factory method for the solverGravatar Remi Lehe 5-27/+62
2019-04-30Reorganize directoriesGravatar Remi Lehe 4-2/+7
2019-04-29Merge branch 'dev' into fix_spectralGravatar Remi Lehe 3-79/+39
2019-04-29Revert to enumeration in structGravatar Remi Lehe 1-3/+4
2019-04-29Update PSATD algorithmGravatar Remi Lehe 1-31/+21
2019-04-29Update structure for storing spectral fieldsGravatar Remi Lehe 2-48/+18
2019-04-28Fix more 2D bugsGravatar Remi Lehe 1-2/+7
2019-04-28Fix 2D bugsGravatar Remi Lehe 1-2/+5
2019-04-28Fix error in calculation of modified k vectorsGravatar Remi Lehe 1-2/+3
2019-04-26Add missing fileGravatar Remi Lehe 1-0/+27
2019-04-26Fix typosGravatar Remi Lehe 1-4/+4
2019-04-26Cosmetic changesGravatar Remi Lehe 4-43/+16
2019-04-26Add profiling variablesGravatar Remi Lehe 1-0/+3
2019-04-26Correct naming of `dx` ; use initializer listGravatar Remi Lehe 2-4/+3
2019-04-25Correct shiftGravatar Remi Lehe 1-2/+2
2019-04-24Correct out-of-bounds with real-space boxGravatar Remi Lehe 1-4/+2
2019-04-23Add comments ; copy only to valid boxGravatar Remi Lehe 5-45/+88
2019-04-23Add comments, switch value of kGravatar Remi Lehe 2-13/+43
2019-04-23Cleanup + add commentsGravatar Remi Lehe 2-13/+36
2019-04-23Switch and rename the shift factorsGravatar Remi Lehe 4-61/+83