aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/WarpXParticleContainer.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-20AMREX_ALWAYS_ASSERT -> AMREX_ASSERT for deposition bounds checks (#2688)Gravatar Andrew Myers 1-2/+2
2021-12-15ABLASTR: Cleanups & Particle Moments (#2675)Gravatar Axel Huebl 1-2/+2
2021-12-14Refactor DepositCharge so it can be called from ImpactX. (#2652)Gravatar Andrew Myers 1-139/+56
2021-12-06AMREX_SPACEDIM : Initialization and Particles (#2628)Gravatar Prabhat Kumar 1-8/+8
2021-12-06Define WARPX_ZINDEX to denote the index for the Z dimension regardless of the...Gravatar Phil Miller 1-2/+2
2021-11-30Added parallel pragma to ApplyBoundaryConditions (#2612)Gravatar David Grote 1-0/+3
2021-11-191D3V Cartesian Support (#2307)Gravatar Prabhat Kumar 1-4/+20
2021-10-27Fix Doxygen: Particles (#2486)Gravatar Axel Huebl 1-2/+2
2021-10-18Option to do single precision mesh communication. (#2294)Gravatar Andrew Myers 1-7/+14
2021-09-24Stochastic particle reflection from absorbing domain boundaries (#2281)Gravatar Roelof Groenewald 1-6/+25
2021-08-31Add profiling for charge deposition (#2253)Gravatar Phil Miller 1-0/+2
2021-08-07More cleanup of particle boundaries (#2171)Gravatar David Grote 1-5/+6
2021-08-02Allow extra particle attributes (besides ux, uy, uz and w) to be set at parti...Gravatar Roelof Groenewald 1-14/+20
2021-07-06Reflective particle boundary condition (#1728)Gravatar David Grote 1-9/+25
2021-07-06changed default behavior of AddNParticles to not overwrite current particles ...Gravatar Roelof Groenewald 1-2/+6
2021-06-28Multi-J scheme (#1828)Gravatar Remi Lehe 1-28/+74
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-9/+47
2021-06-23DepositCurrent: Const Arguments (#2025)Gravatar Axel Huebl 1-11/+11
2021-03-18Add option to deposit current at arbitrary time (#1810)Gravatar Remi Lehe 1-4/+17
2021-03-18Use Clear Naming Standard for ParmParse Variables (#1809)Gravatar Edoardo Zoni 1-2/+2
2021-03-17Replaced almost all nGrow with nGrowVect (#1801)Gravatar David Grote 1-1/+1
2021-03-02GPU clock timer for measuring load balance costs (#1406)Gravatar Michael E Rowan 1-16/+34
2021-01-27Take time step into account to compute guard cells for J and rho (#1607)Gravatar Edoardo Zoni 1-37/+50
2021-01-21Define: _OPENMP -> AMREX_USE_OMP (#1520)Gravatar Axel Huebl 1-13/+13
2021-01-08Avoid stringent assert statement on GPU (#1597)Gravatar Remi Lehe 1-2/+22
2020-12-11Do not rely on managed memory in AddNParticles. (#1567)Gravatar Andrew Myers 1-9/+17
2020-12-11PSATD Runtime Control (#1300)Gravatar Axel Huebl 1-2/+7
2020-11-22CI: Windows (#1521)Gravatar Axel Huebl 1-1/+1
2020-10-23Fix Warning for SigmaBox FabFactory (#1466)Gravatar Weiqun Zhang 1-0/+6
2020-10-19Replace wherever possible '.reset(new' with '= make_unique' (#1429)Gravatar Luca Fedeli 1-1/+1
2020-10-02Fix some warnings for PSATD builds (#1401)Gravatar Edoardo Zoni 1-1/+5
2020-09-30Use fewer guard cells for deposition (#1368)Gravatar Edoardo Zoni 1-32/+56
2020-09-23Option to have absorbing BC for particles, regardless of field BC (#1334)Gravatar MaxThevenet 1-0/+42
2020-09-17Fix few compilation warnings (shift) (#1310)Gravatar Luca Fedeli 1-4/+13
2020-09-14Clean up profiling labels (#1320)Gravatar Edoardo Zoni 1-6/+5
2020-09-01In AddNParticles, id should be changed to Long (#1280)Gravatar Andrew Myers 1-1/+1
2020-09-01 Fix 🩹(almost) all warnings ⚠️ with default configuration in 2D (DIM=2...Gravatar Luca Fedeli 1-0/+1
2020-08-31Fix 🩹 (almost) all warnings ⚠️ with default configuration (DIM=3, open...Gravatar Luca Fedeli 1-0/+3
2020-08-31Only tag particles for splitting when we change levels if splitting is on. (#...Gravatar Andrew Myers 1-0/+2
2020-08-06RZ PSATD: rho diags must be cell-centered (#1240)Gravatar Edoardo Zoni 1-0/+2
2020-07-24do not directly access the particle id and cpu in favor of going through the ...Gravatar Andrew Myers 1-3/+3
2020-07-20Vay current deposition (#1051)Gravatar Edoardo Zoni 1-0/+20
2020-07-09Fix bug and test with LaserAccelerationRZ (#1150)Gravatar Edoardo Zoni 1-1/+1
2020-06-22Remove persistent E+B (#1050)Gravatar Andrew Myers 1-10/+8
2020-05-11Generalize coarsening for MR (#945)Gravatar Edoardo Zoni 1-2/+2
2020-05-05Switch costs to LayoutData (#970)Gravatar Michael E Rowan 1-1/+1
2020-05-01Do not rely on nodal flags (#931)Gravatar Edoardo Zoni 1-4/+4
2020-04-28Style change to match the standard (#957)Gravatar Michael E Rowan 1-5/+5
2020-04-24Prevent the use of Esirkepov with the nodal algorithm (#948)Gravatar Remi Lehe 1-0/+3
2020-03-30Port rigid injection to the gpu (#862)Gravatar Andrew Myers 1-15/+52