diff options
author | 2020-06-25 09:31:33 -0700 | |
---|---|---|
committer | 2020-06-25 09:31:33 -0700 | |
commit | f44fde71eb7013cec7bcc2769d3ac12531b5c68b (patch) | |
tree | 858e5bd4eedda1096061d214ad18e9c815edefa9 /Python/pywarpx/PGroup.py | |
parent | 7dd3c0be2722cce973c884ae68469988054d85dc (diff) | |
download | WarpX-f44fde71eb7013cec7bcc2769d3ac12531b5c68b.tar.gz WarpX-f44fde71eb7013cec7bcc2769d3ac12531b5c68b.tar.zst WarpX-f44fde71eb7013cec7bcc2769d3ac12531b5c68b.zip |
[small] Inject Particles from openPMD in RZ (#1113)
* Added description of singleparticle particle injection style
* Revert "Added description of singleparticle particle injection style"
This reverts commit f02d842c935311458024da6e661950742de24f63.
* Tried to inject particles only in simulation Box
* Added Todo for multiple levels of mesh refinement
* Explain todo better
* Added x and y_shifts and replaced cascading ifs by bools and continue
* Replaced cascading ifs by bools and continue
* Replaced TODO by FIXME as reviewer suggested
* Made the insidebounds function use box limits as defaults
* Fixed identation issue
* Fixed identation issue
* Fixed identation issue
* Added to Docs the default for xmin,xmax and other dirs
* Fix missing y and z dirs
* Update Source/Initialization/PlasmaInjector.cpp
* Fixed PlasmaInjector limits with periodic condition
* Removed check if 3D because now ylims are +/-inf
* Restored if to check for y velocity also in 2D/RZ
* Fixed Docs to recent changes
* Update Source/Initialization/PlasmaInjector.cpp
* Fix extra bracket
* Added information about RZ geometry for openPMD external file
* Fix to issue without periodic boundaries
* Added variable rz_take_absolute, to allow to inject x<0 particles in RZ
* Fix to declaration of addplasmafromfile rz_take_absolute
* Fix to declaration of addplasmafromfile rz_take_absolute
* Fixed documentation to include rz_take_absolute option
* Fix merging conflict
* Final fix to xmax=inf in RZ
* In RZ particles are injected in x,y,z
* Fixed remaining rz_take_absolute
* Converted (x,y,z) to (r,0,z)
* Fixed bounds limits (r,z) but injection is in 3D
* Re-fix to insideBounds()
* AMReX assert of periodic in RZ
* Removed Assert -> went to PR 1115 by @dpgrote
* Fixed issues pointed out by reviewer @dpgrote
* Undo changes for future PR
* Undo changes for future PR
Diffstat (limited to 'Python/pywarpx/PGroup.py')
0 files changed, 0 insertions, 0 deletions