Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-01 | Allowed single precision in the Python interface | 1 | -22/+28 | ||
2019-09-11 | Source & Tools: No EOL Whitespaces | 1 | -20/+20 | ||
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-06 | Updated Python particles interface to allow refined levels | 1 | -2/+2 | ||
2019-06-14 | Another fix for the Python wrapper for RZ | 1 | -3/+3 | ||
2019-04-10 | Convert box size to boosted frame, when using Python `step` function | 1 | -1/+3 | ||
2019-03-01 | move warpxwrappers. rename ParticleContainer files to MultiParticleContainer ↵ | 1 | -0/+120 | ||
files |