index
:
WarpX
development
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
pywarpx
/
picmi.py
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-28
enable the use of `FieldProbe` default parameter values (#3538)
Roelof Groenewald
1
-10
/
+10
2022-11-24
allow initial fields to be set through the picmi interface (#3536)
Roelof Groenewald
1
-0
/
+29
2022-11-18
Adding an if statement for the last step diagnostic (#3436)
Yinjian Zhao
1
-7
/
+2
2022-11-17
Add Python interface for flux injection (#3486)
Remi Lehe
1
-2
/
+24
2022-11-15
Move shared functionality between `picmi.UniformDistribution` and `picmi.Anal...
Roelof Groenewald
1
-63
/
+43
2022-11-09
BTD: remove old/legacy back-transformed diagnostics (#3485)
Remi Lehe
1
-55
/
+8
2022-11-02
Allow arbitrary laser antenna normal in picmi (#3477)
Roelof Groenewald
1
-3
/
+22
2022-10-28
Add neumann BC in WarpX PICMI interface (#3487)
Remi Lehe
1
-1
/
+2
2022-10-24
Add reduced diagnostics to `picmi.py` (#3475)
Roelof Groenewald
1
-55
/
+173
2022-10-02
Major update of the Python/picmi documentation (#3329)
David Grote
1
-28
/
+530
2022-08-11
`isort`: AMReX, WarpX, etc. as First Party (#3307)
Axel Huebl
1
-0
/
+1
2022-08-08
PICMI: Fix Bug in Class `Species` Init (#3286)
Edoardo Zoni
1
-17
/
+20
2022-07-07
Parse the quantity `zmax_plasma_to_compute_max_step` in PICMI (#3217)
Remi Lehe
1
-0
/
+3
2022-06-24
Added `none` as an option for fields_to_plot (#2419)
David Grote
1
-0
/
+2
2022-05-16
Add STL files support in pywarpx (#3089)
Lorenzo Giacomel
1
-8
/
+38
2022-04-06
Added PlasmaLens class to PICMI (#3025)
David Grote
1
-3
/
+35
2022-04-02
Allow process signals to trigger checkpoint or break behavior (#2896)
Phil Miller
1
-0
/
+6
2022-03-29
Add `propagation_direction` to PICMI lasers (#2992)
David Grote
1
-0
/
+2
2022-03-17
Removed used of separate bc arguments (#2977)
David Grote
1
-22
/
+18
2022-03-09
allow diagnostic data_list to be None (#2949)
Ryan Sandberg
1
-88
/
+91
2022-03-07
properly handle MCC collision subcycling (#2934)
Roelof Groenewald
1
-1
/
+3
2022-03-03
Rename `serialize_ics` as `serialize_initial_conditions` (#2925)
Edoardo Zoni
1
-2
/
+2
2022-03-03
PICMI: warpx_file_min_digits (#2914)
Axel Huebl
1
-0
/
+9
2022-02-25
Add Coulomb collision installation to picmi.py (#2864)
Roelof Groenewald
1
-0
/
+21
2022-01-15
Set geometry earlier in picmi (#2745)
David Grote
1
-19
/
+28
2022-01-12
Make moving window dimensionality consistent in PICMI (#2721)
Prabhat Kumar
1
-10
/
+10
2022-01-04
Allow Dirichlet BCs on r boundaries in RZ (electrostatic) (#2714)
Roelof Groenewald
1
-2
/
+2
2021-12-22
Change _libwarpx.py functions to LibWarpX class methods (#2696)
Peter Scherpelz
1
-0
/
+6
2021-12-21
pre-commit: Python imports (#2686)
Axel Huebl
1
-3
/
+4
2021-12-21
Inputs: `geometry.dims` option (#2685)
Axel Huebl
1
-4
/
+4
2021-12-16
Adding new inputs to picmi.ElectromagneticSolver (#2676)
Lorenzo Giacomel
1
-0
/
+8
2021-12-09
1D tests for plasma acceleration (#2593)
Prabhat Kumar
1
-0
/
+51
2021-11-05
PICMI: Add max_grid_size, blocking_factor in (x,y,z) (#2524)
Edoardo Zoni
1
-0
/
+28
2021-11-02
Change regex string to raw string (#2519)
Kevin Z. Zhu
1
-1
/
+1
2021-10-29
Add option to specificy absolute tolerance for the MLMG solver (#2410)
Roelof Groenewald
1
-0
/
+5
2021-10-25
PICMI: Add PML div(E),div(B) Cleaning Options (#2480)
Edoardo Zoni
1
-0
/
+3
2021-10-23
PICMI: Add div(E),div(B) Cleaning Options (#2477)
Edoardo Zoni
1
-0
/
+2
2021-10-18
Use os.path.join in picmi.py for portability (#2400)
Andrew Myers
1
-4
/
+5
2021-10-08
Fix checkpoint with runtime components through the Python interface. (#2332)
Andrew Myers
1
-0
/
+5
2021-10-07
Remove unused fftw_plan_measure parameter (#2387)
Neïl Zaim
1
-2
/
+0
2021-09-24
Stochastic particle reflection from absorbing domain boundaries (#2281)
Roelof Groenewald
1
-0
/
+19
2021-09-21
Rename eb_potential parameter (#2310)
Remi Lehe
1
-1
/
+1
2021-09-17
Add picmi parameter (#2306)
Michael Kieburtz
1
-1
/
+3
2021-09-10
Various updates related to defining embedded boundaries in Python (#2280)
David Grote
1
-10
/
+34
2021-09-07
Allow Restarts and Checkpoints in python picmi (#2274)
Nicholas Ruof
1
-0
/
+30
2021-08-30
Make buffer of scraped particles available to Python code (#2164)
Phil Miller
1
-0
/
+16
2021-08-27
Functionality to save particle positions from the previous step (#2206)
Roelof Groenewald
1
-1
/
+3
2021-08-16
do_pml should not be parsed anymore. (#2183)
Revathi Jambunathan
1
-2
/
+0
2021-08-13
Implemented new style BTD in picmi (#2187)
David Grote
1
-0
/
+87
2021-08-05
Fixed bug where specifying write_dir for particle diagnostic did not work (#2...
Kevin Z. Zhu
1
-0
/
+5
[next]