Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-10 | Python Compile in Single Precision | 3 | -13/+21 | ||
2020-01-28 | Merge pull request #661 from MaxThevenet/copyright | 4 | -0/+29 | ||
Add Copyright header in all source files | |||||
2020-01-28 | Simplify Plot Options | 2 | -0/+11 | ||
Remove the `dump_plotfile` switch and only control via interval value in `plot_int` for plotfiles. Remove the `dump_openpmd` switch and only control via interval value in `plot_openpmd` for openPMD data dumps. openPMD: pick first available backend if unspecified. | |||||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 4 | -0/+29 | ||
2019-12-23 | Merge branch 'dev' into comm | 2 | -125/+74 | ||
2019-12-20 | Merge pull request #568 from dpgrote/pml_python | 2 | -125/+74 | ||
Adds Python wrapper of PML fields | |||||
2019-12-18 | Merge branch 'dev' into comm | 1 | -2/+3 | ||
2019-12-12 | Added Python wrapper for the PML fields | 1 | -0/+37 | ||
2019-12-12 | Cleaned up the Python interface accessing the fields | 2 | -116/+28 | ||
2019-12-11 | fixed possible overflow and added some static casts to replace C-style casts | 1 | -2/+3 | ||
2019-10-27 | FillBoundaryE/B/F take mandatory argument nguard | 1 | -2/+2 | ||
2019-10-01 | Allowed single precision in the Python interface | 2 | -55/+68 | ||
2019-09-11 | Source: tabs2spaces | 1 | -15/+15 | ||
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines. | |||||
2019-09-11 | Source & Tools: No EOL Whitespaces | 2 | -27/+27 | ||
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 | 2 | -14/+10 | ||
2019-08-26 | Clean up of RZ mutlimode, mostly removing imaginary part of mode 0 | 1 | -1/+1 | ||
2019-06-14 | Updated Python interface, adding WarpInterface | 1 | -2/+2 | ||
2019-06-14 | Another fix for the Python wrapper for RZ | 1 | -3/+3 | ||
2019-06-14 | Update Python wrapper to handle RZ version | 1 | -21/+25 | ||
2019-05-20 | Let amrex decide whether it should finalize MPI | 1 | -1/+1 | ||
2019-05-14 | Fixes for the Python RZ version | 1 | -4/+4 | ||
2019-04-10 | Convert box size to boosted frame, when using Python `step` function | 2 | -1/+9 | ||
2019-03-01 | move warpxwrappers. rename ParticleContainer files to MultiParticleContainer ↵ | 3 | -1/+568 | ||
files | |||||
2019-02-19 | update make file(s) so that code compiles | 1 | -0/+10 | ||
2019-02-12 | re-order tree structure of source code | 2 | -0/+42 | ||