aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-23Merge branch 'dev' into commGravatar MaxThevenet 1-107/+74
2019-12-20Merge pull request #568 from dpgrote/pml_pythonGravatar Remi Lehe 1-107/+74
Adds Python wrapper of PML fields
2019-12-18Merge branch 'dev' into commGravatar MaxThevenet 1-2/+3
2019-12-12Added Python wrapper for the PML fieldsGravatar Dave Grote 1-0/+37
2019-12-12Cleaned up the Python interface accessing the fieldsGravatar Dave Grote 1-98/+28
2019-12-11fixed possible overflow and added some static casts to replace C-style castsGravatar Luca Fedeli 1-2/+3
2019-10-27FillBoundaryE/B/F take mandatory argument nguardGravatar MaxThevenet 1-2/+2
2019-10-01Allowed single precision in the Python interfaceGravatar Dave Grote 1-33/+40
2019-09-11Source: tabs2spacesGravatar Axel Huebl 1-15/+15
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines.
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 1-7/+7
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-06Updated Python particles interface to allow refined levelsGravatar Dave Grote 1-12/+8
2019-08-26Clean up of RZ mutlimode, mostly removing imaginary part of mode 0Gravatar Dave Grote 1-1/+1
2019-06-14Updated Python interface, adding WarpInterfaceGravatar Dave Grote 1-2/+2
2019-06-14Update Python wrapper to handle RZ versionGravatar Dave Grote 1-21/+25
2019-05-20Let amrex decide whether it should finalize MPIGravatar Weiqun Zhang 1-1/+1
2019-04-10Convert box size to boosted frame, when using Python `step` functionGravatar Remi Lehe 1-0/+6
2019-03-01move warpxwrappers. rename ParticleContainer files to MultiParticleContainer ↵Gravatar MaxThevenet 1-0/+446
files