Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-27 | Automatically add copyright header with update_copyright.sh | 1 | -0/+7 | ||
2020-01-16 | No thrust (#629) | 1 | -6/+1 | ||
* remove thrust from warpx * add in header for std::complex | |||||
2019-09-11 | Source & Tools: No EOL Whitespaces | 1 | -1/+1 | ||
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-06-06 | cleaning code for spectral cufft for 3D | 1 | -0/+1 | ||
2019-05-06 | Added cuFFT kernels -- debugging error in rho values before forward transform | 1 | -1/+5 | ||
2019-05-01 | Correct error in calculation of k vector | 1 | -6/+8 | ||
2019-05-01 | Implement Real-to-complex FFT | 1 | -16/+40 | ||
2019-04-28 | Fix error in calculation of modified k vectors | 1 | -2/+3 | ||
2019-04-26 | Cosmetic changes | 1 | -3/+3 | ||
2019-04-26 | Correct naming of `dx` ; use initializer list | 1 | -3/+2 | ||
2019-04-25 | Correct shift | 1 | -2/+2 | ||
2019-04-23 | Add comments ; copy only to valid box | 1 | -9/+42 | ||
2019-04-23 | Add comments, switch value of k | 1 | -7/+27 | ||
2019-04-23 | Switch and rename the shift factors | 1 | -27/+31 | ||
2019-04-23 | Use Fonberg coefficients to calculate the modified k | 1 | -5/+16 | ||
2019-04-23 | Add calculation of Fonberg coefficients | 1 | -22/+54 | ||
2019-04-23 | Apply shift factors | 1 | -4/+4 | ||
2019-04-23 | Add break statements | 1 | -1/+1 | ||
2019-04-23 | Added shift function | 1 | -13/+42 | ||
2019-04-23 | Change type name | 1 | -4/+4 | ||
2019-04-23 | Change function interface | 1 | -52/+54 | ||
2019-04-23 | Implement spectral solver in 2D | 1 | -2/+8 | ||
2019-04-23 | Fix NaN issue | 1 | -4/+4 | ||
2019-04-23 | Link spectral solver to the rest of the code | 1 | -2/+3 | ||
2019-04-23 | Do not import namespace in .H file | 1 | -0/+3 | ||
2019-04-23 | Added modified k vector | 1 | -0/+16 | ||
2019-04-23 | Add Spectral K space | 1 | -0/+62 | ||