aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07Particle Buffer for Backtransformed Diagnostics (#1898)Gravatar Revathi Jambunathan 1-4/+8
2021-12-07Transform the external fields into the boosted frame (#2610)Gravatar David Grote 1-12/+6
2021-12-06AMREX_SPACEDIM : Initialization and Particles (#2628)Gravatar Prabhat Kumar 1-39/+39
2021-12-06Redistribute particles in ContinuousFluxInjection (#2611)Gravatar Remi Lehe 1-16/+41
2021-11-22Python: Start 1D Support (#2582)Gravatar Axel Huebl 1-3/+3
2021-11-191D3V Cartesian Support (#2307)Gravatar Prabhat Kumar 1-14/+90
2021-11-09Fix #2522: Gaussian beam positions do not change with warpx.random_seed (#2523)Gravatar Remi Lehe 1-10/+5
2021-10-29Add option to specificy absolute tolerance for the MLMG solver (#2410)Gravatar Roelof Groenewald 1-0/+1
2021-10-20⚠️ Add warning logger (#2113)Gravatar Luca Fedeli 1-5/+12
2021-10-11Use parser for more input parameters (#2386)Gravatar Neïl Zaim 1-3/+3
2021-09-24Stochastic particle reflection from absorbing domain boundaries (#2281)Gravatar Roelof Groenewald 1-0/+14
2021-09-20Rename WarpXWrappers.(h->H) (#2261)Gravatar Axel Huebl 1-1/+0
2021-09-10Fix uninitialized particle data (#2282)Gravatar Neïl Zaim 1-6/+85
2021-08-27Functionality to save particle positions from the previous step (#2206)Gravatar Roelof Groenewald 1-0/+35
2021-07-27Rename: Optical Depths QED (#2140)Gravatar Axel Huebl 1-9/+9
2021-07-15Fix Warning in 2D/3D Cartesian Builds (#2091)Gravatar Edoardo Zoni 1-0/+2
2021-07-12Random azimuthal position for particles (#2029)Gravatar MaxThevenet 1-1/+7
2021-07-06Add possibility to start and stop moving window (#2027)Gravatar thomas clark 1-1/+1
2021-07-06Input parameter for AMReX MLMG verbosity (#2041)Gravatar Michael Kieburtz 1-0/+1
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-9/+76
2021-06-11Fix Offset: PushPX -> evolve_opt (#2011)Gravatar Axel Huebl 1-4/+4
2021-06-09ion_map_ids: static & const access (#2010)Gravatar Axel Huebl 1-1/+1
2021-06-07Added injection of a thermal flux from a plane (#1892)Gravatar David Grote 1-0/+393
2021-04-29Fix indentation when evolving QSR optical depth (#1922)Gravatar Neïl Zaim 1-5/+5
2021-04-13Add an option to skip deposition in the `Evolve` function ; use it for electr...Gravatar Remi Lehe 1-5/+5
2021-03-30Remove the avg_aux fields (#1849)Gravatar Remi Lehe 1-8/+6
2021-03-22Applied boost to single and multiple particle input (#1800)Gravatar David Grote 1-22/+40
2021-03-18Add option to deposit current at arbitrary time (#1810)Gravatar Remi Lehe 1-2/+2
2021-03-18Use Clear Naming Standard for ParmParse Variables (#1809)Gravatar Edoardo Zoni 1-27/+27
2021-03-17Replaced almost all nGrow with nGrowVect (#1801)Gravatar David Grote 1-5/+5
2021-03-12AddPlasma: Avoid a calculation resulting in NaN when num_ppc is 0 (#1787)Gravatar Luca Fedeli 1-3/+6
2021-03-04QEDInternals: replace amrex::Real with amrex::ParticleReal where appropriate ...Gravatar Luca Fedeli 1-2/+2
2021-03-02ParticleContainer: Fix Unused Vars (#1756)Gravatar Axel Huebl 1-12/+0
2021-03-01Remove coarse bounding box check from the BTD selection (#1742)Gravatar Andrew Myers 1-7/+0
2021-02-25Add multiple particles source (#1718)Gravatar David Grote 1-0/+12
2021-02-08Fix: Missing Geometry Includes (#1690)Gravatar Axel Huebl 1-0/+1
2021-02-01Remove redundant "do_qed" option in inputfile (#1667)Gravatar Luca Fedeli 1-12/+7
2021-01-22Add parameter for default galilean velocity (#1097)Gravatar Remi Lehe 1-4/+10
2021-01-22Remove unused lines about particle filters (#1646)Gravatar NeilZaim 1-13/+0
2021-01-21Define: _OPENMP -> AMREX_USE_OMP (#1520)Gravatar Axel Huebl 1-6/+6
2021-01-12Fix some other warnings (#1618)Gravatar Luca Fedeli 1-7/+9
2020-12-14Made sure that n_rz_azimuthal_modes is declared int everywhere (#1571)Gravatar David Grote 1-1/+1
2020-12-09Use new parser for more real input parameters (#1564)Gravatar NeilZaim 1-2/+2
2020-11-30Electrostatic lab frame (#1531)Gravatar David Grote 1-3/+3
2020-11-02fixed calls to amrex::Random() to enable HIP compilation (#1487)Gravatar Luca Fedeli 1-1/+1
2020-10-26Explicit choice of `max_iters` for MLMG solver (#1471)Gravatar Igor Andriyash 1-0/+1
2020-10-19Replace wherever possible '.reset(new' with '= make_unique' (#1429)Gravatar Luca Fedeli 1-4/+4
2020-10-02Split resampling TinyProfiler entry into 2 (#1390)Gravatar NeilZaim 1-0/+13
2020-09-25Use amrex::ParallelForRNG for random number generation (#1373)Gravatar Weiqun Zhang 1-6/+7
2020-09-25Add CI test and documentation for leveling thinning algorithm (#1327)Gravatar NeilZaim 1-3/+4