aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.H (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 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-07-22Merge branch 'dev' into psatd_pmlGravatar Remi Lehe 1-0/+5
2019-06-06 Included revisions as suggested in the PRGravatar Revathi Jambunathan 1-4/+0
2019-06-06cleaning code for spectral cufft for 3DGravatar Revathi Jambunathan 1-7/+3
2019-05-14 changed made after merging with lastest dev versionGravatar Revathi Jambunathan 1-9/+9
2019-05-08merged with upstream devGravatar Revathi Jambunathan 1-0/+36
2019-05-02Start implementation of spectral PMLGravatar Remi Lehe 1-1/+4
2019-04-30Use factory method for the solverGravatar Remi Lehe 1-14/+6
2019-04-30Reorganize directoriesGravatar Remi Lehe 1-0/+32