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