aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18Option to do single precision mesh communication. (#2294)Gravatar Andrew Myers 1-1/+2
2021-10-11Use parser for more input parameters (#2386)Gravatar Neïl Zaim 1-7/+8
2021-10-04Add structure for proton-boron fusion module (#2217)Gravatar Neïl Zaim 1-1/+1
2021-10-04Implement Checkpoint / Restart for Laser Particles (#2360)Gravatar Andrew Myers 1-2/+3
2021-09-24Stochastic particle reflection from absorbing domain boundaries (#2281)Gravatar Roelof Groenewald 1-17/+1
2021-08-25Multi-J: Optimize Allocations of rho MultiFabs (#2224)Gravatar Edoardo Zoni 1-4/+3
2021-08-20Added transform of fields from lab to boosted frame (#2201)Gravatar David Grote 1-1/+24
2021-08-18Bug fixed: looping over all species now within `OneStep_multiJ` (#2207)Gravatar Olga Shapoval 1-6/+4
2021-08-05Added B field to plasma lens (#2163)Gravatar David Grote 1-7/+18
2021-07-27Rename: Optical Depths QED (#2140)Gravatar Axel Huebl 1-1/+1
2021-07-21Implements a periodically repeating plasma lenses (#2080)Gravatar David Grote 1-0/+25
2021-07-19moved ScrapeParticles() out of a #ifdef WARPX_QED block (#2103)Gravatar Roelof Groenewald 1-11/+11
2021-07-16fix #if macro (#2102)Gravatar Andrew Myers 1-1/+1
2021-07-16Infrastructure for interacting particles with embedded boundary walls (#2069)Gravatar Andrew Myers 1-0/+16
2021-07-13amrex::Parser (#2063)Gravatar Weiqun Zhang 1-6/+6
2021-07-06Fix readability-container-size-empty warning raised by clang-tidy (#2055)Gravatar Luca Fedeli 1-2/+2
2021-07-06Reflective particle boundary condition (#1728)Gravatar David Grote 1-8/+14
2021-06-28Multi-J scheme (#1828)Gravatar Remi Lehe 1-0/+66
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-6/+48
2021-06-07Added injection of a thermal flux from a plane (#1892)Gravatar David Grote 1-0/+12
2021-05-13Implemented query and getArrWithParser (#1936)Gravatar David Grote 1-2/+2
2021-04-29Pass skip_deposition to pc->Evolve (#1925)Gravatar David Grote 1-1/+1
2021-04-13Add an option to skip deposition in the `Evolve` function ; use it for electr...Gravatar Remi Lehe 1-9/+11
2021-04-12Fix QED Build (CUDA 10.0) (#1888)Gravatar Axel Huebl 1-11/+14
2021-03-30Remove the avg_aux fields (#1849)Gravatar Remi Lehe 1-3/+1
2021-03-18Use Clear Naming Standard for ParmParse Variables (#1809)Gravatar Edoardo Zoni 1-63/+63
2021-03-18Remove Wrong Parser Query in MultiParticleContainer.cpp (#1808)Gravatar Edoardo Zoni 1-1/+0
2021-03-17Replaced almost all nGrow with nGrowVect (#1801)Gravatar David Grote 1-4/+4
2021-03-16Add timers in routines that depend on cell-related work (#1692)Gravatar Michael E Rowan 1-0/+45
2021-03-10fix typo (#1773)Gravatar Luca Fedeli 1-2/+2
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