aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-05Fix photon species error message (#1681)Gravatar David Grote 1-1/+1
2021-01-29make sure we redefine the tmp particle tiles when we load balance. (#1658)Gravatar Andrew Myers 1-0/+8
2021-01-21Define: _OPENMP -> AMREX_USE_OMP (#1520)Gravatar Axel Huebl 1-4/+4
2021-01-03Reconfigured the collision classes to allow for generalization (#1583)Gravatar David Grote 1-47/+5
2020-12-09Use new parser for more real input parameters (#1564)Gravatar NeilZaim 1-21/+21
2020-12-01Add the possibility to disable Schwinger in part of the domain (#1524)Gravatar NeilZaim 1-4/+82
2020-11-22CI: Windows (#1521)Gravatar Axel Huebl 1-4/+4
2020-11-11Fix error with nested MFIter loop in Schwinger (#1509)Gravatar NeilZaim 1-3/+3
2020-10-22Remove a few segfaults when there is zero particle species (#1449)Gravatar NeilZaim 1-16/+56
2020-10-19Replace wherever possible '.reset(new' with '= make_unique' (#1429)Gravatar Luca Fedeli 1-19/+19
2020-10-13[mini-PR] Fix warnings in QED module (#1433)Gravatar Luca Fedeli 1-1/+1
2020-10-05Add option to do collisions every # time steps (#1251)Gravatar Yinjian Zhao 1-2/+7
2020-10-02Split resampling TinyProfiler entry into 2 (#1390)Gravatar NeilZaim 1-2/+0
2020-10-02[Tiny] use_fdtd_nci_corr set to false for RZ (#1405)Gravatar Lígia Diana Amorim 1-1/+4
2020-09-28New Diagnostics: FieldMaximum (#988)Gravatar NeilZaim 1-9/+3
2020-09-25Add CI test and documentation for leveling thinning algorithm (#1327)Gravatar NeilZaim 1-1/+1
2020-09-23Option to have absorbing BC for particles, regardless of field BC (#1334)Gravatar MaxThevenet 1-0/+18
2020-09-21Coupling WarpX with an ✨improved✨ version of the QED library (#1198)Gravatar Luca Fedeli 1-90/+95
2020-09-14Add comments about resample virtual method (#1309)Gravatar NeilZaim 1-0/+1
2020-09-14Clean up profiling labels (#1320)Gravatar Edoardo Zoni 1-8/+8
2020-09-03Add structure for resampling algorithms (#1265)Gravatar NeilZaim 1-1/+12
2020-08-31Fix 🩹 (almost) all warnings ⚠️ with default configuration (DIM=3, open...Gravatar Luca Fedeli 1-5/+5
2020-08-24Fix some warnings (#1239)Gravatar Luca Fedeli 1-2/+2
2020-07-30Add input parameter to control Galerkin-scheme gather (#1191)Gravatar danielbelkin 1-1/+1
2020-07-27Input: Remove n<something> options (#1217)Gravatar Axel Huebl 1-35/+22
2020-07-08Averaged Galilean PSATD (#869)Gravatar Olga Shapoval 1-1/+3
2020-06-22Remove persistent E+B (#1050)Gravatar Andrew Myers 1-74/+88
2020-05-13Fix error with Schwinger when multiple tiles are used (#1013)Gravatar NeilZaim 1-1/+1
2020-05-11Add Schwinger process (#784)Gravatar NeilZaim 1-2/+148
2020-04-23New diags also handle particle (#938)Gravatar MaxThevenet 1-2/+1
2020-03-17Add some WarpXUtilMsg::AlwaysAssert in particle containers (#811)Gravatar Luca Fedeli 1-5/+19
2020-03-17Add QED particle creaction routines (#698)Gravatar Luca Fedeli 1-22/+210
2020-03-16Add AlwaysAssert with std::string message (#792)Gravatar Luca Fedeli 1-2/+6
2020-03-12Changed BL_ASSERT to AMREX_ALWAYS_ASSERT for user input (#798)Gravatar David Grote 1-6/+6
2020-03-06Remove old electrostatic code (#780)Gravatar Remi Lehe 1-69/+0
2020-02-27Comment/Remove Unused Parameters (#749)Gravatar Axel Huebl 1-2/+2
2020-02-25Includes: Clean Up (#743)Gravatar Axel Huebl 1-6/+4
2020-02-24Profiler wrapper to allow for cudaDeviceSynchronize (#738)Gravatar MaxThevenet 1-3/+3
2020-02-21Call AMReX Bin sort (#739)Gravatar MaxThevenet 1-2/+2
2020-02-10template Parser so that it works for any number of variablesGravatar Weiqun Zhang 1-12/+12
2020-02-07Merge pull request #688 from atmyers/two_way_processGravatar MaxThevenet 1-2/+2
2020-02-07Merge pull request #687 from EZoni/build-buffer-masksGravatar MaxThevenet 1-1/+0
2020-02-06Do not include 'WarpX_f.H' when not necessary.Gravatar Edoardo Zoni 1-1/+0
2020-02-06fix TABsGravatar Andrew Myers 1-1/+1
2020-02-06make the multiplicity a template parameter so it can be known at compile timeGravatar atmyers 1-4/+2
2020-02-06add multiplicity argument to filterCopyTransform so we can handle cases like ...Gravatar atmyers 1-1/+3
2020-02-04move the resize into the FilterCopyTransform call, where we know exactly how ...Gravatar Andrew Myers 1-8/+0
2020-02-04fix EOL whitespaceGravatar Andrew Myers 1-1/+1
2020-02-04exit early in the case that there are 0 src particlesGravatar Andrew Myers 1-7/+9
2020-02-03fix EOL whitespaceGravatar Andrew Myers 1-5/+5