aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/picmi.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-11In picmi.py, add G to fields to plot check (#4180)Gravatar David Grote 1-1/+1
2023-08-11Update PICMI interface for Gaussian flux (#4084)Gravatar Remi Lehe 1-1/+1
2023-08-11Enable `divE` field diagnostic with Ohm's law solver (#4178)Gravatar Roelof Groenewald 1-1/+1
2023-06-27Define new `InjectorFlux` object, and use it in `AddPlasmaFlux` (#4040)Gravatar Remi Lehe 1-3/+3
2023-06-27Adding current density to Field Reduction reduced diagnostic (#3980)Gravatar Lizzette Corrales 1-1/+1
2023-06-15Added external field loading from file to picmi.py (#3945)Gravatar Camille Woicekowska 1-0/+9
2023-06-12Ohm's law solver (hybrid kinetic-fluid extension) (#3665)Gravatar Roelof Groenewald 1-0/+58
2023-06-02Add max_background_density to MCCollision (#3960)Gravatar David Grote 1-1/+7
2023-06-01Update picmi interface for MCCCollisions (#3953)Gravatar David Grote 1-6/+12
2023-05-08Enable field ionization from PICMI (#3298)Gravatar Neïl Zaim 1-8/+17
2023-04-19Add more PICMI options (#3773)Gravatar Remi Lehe 1-1/+10
2023-04-17Fix particle reflecting boundaries in RZ (#3837)Gravatar David Grote 1-0/+6
2023-04-04Adding Amrex Bucket into WarpX Python interface. (#3590)Gravatar S. Eric Clark 1-0/+14
2023-03-30Add random seed specification to `picmi` (#3793)Gravatar Roelof Groenewald 1-0/+6
2023-03-23PICMI Boundary: Silver-Mueller (#3709)Gravatar Axel Huebl 1-0/+1
2023-03-20PICMI: add `do_not_push` and `do_not_gather` (#3766)Gravatar Yinjian Zhao 1-0/+10
2023-03-10PICMI: add missing flags for latest algorithms (#3743)Gravatar Edoardo Zoni 1-2/+76
2023-03-09Implement PICMI flag to set `compute_max_step_from_btd` (#3740)Gravatar Remi Lehe 1-0/+7
2023-02-27Change plotfile RZ allowed diags to r,t from x,y (#3663)Gravatar Ryan Sandberg 1-25/+44
2023-02-22Reduced diagnostics: charge on the embedded boundary (#3648)Gravatar Remi Lehe 1-2/+20
2023-02-21Renamed "particle_vel" to "particle_mom" (#3672)Gravatar Davide Terzani 1-3/+3
2023-02-21Add FieldReduction and ParticleHistogram to PICMI (#3697)Gravatar David Grote 1-18/+112
2023-02-20add flag to picmi `FieldDiagnostic` for whether particle data should be saved...Gravatar Roelof Groenewald 1-0/+5
2022-12-22Feature magnetostatic solver (#3551)Gravatar S. Eric Clark 1-3/+17
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