index
:
WarpX
development
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Particles
/
MultiParticleContainer.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
Option to do single precision mesh communication. (#2294)
Andrew Myers
1
-1
/
+2
2021-10-11
Use parser for more input parameters (#2386)
Neïl Zaim
1
-7
/
+8
2021-10-04
Add structure for proton-boron fusion module (#2217)
Neïl Zaim
1
-1
/
+1
2021-10-04
Implement Checkpoint / Restart for Laser Particles (#2360)
Andrew Myers
1
-2
/
+3
2021-09-24
Stochastic particle reflection from absorbing domain boundaries (#2281)
Roelof Groenewald
1
-17
/
+1
2021-08-25
Multi-J: Optimize Allocations of rho MultiFabs (#2224)
Edoardo Zoni
1
-4
/
+3
2021-08-20
Added transform of fields from lab to boosted frame (#2201)
David Grote
1
-1
/
+24
2021-08-18
Bug fixed: looping over all species now within `OneStep_multiJ` (#2207)
Olga Shapoval
1
-6
/
+4
2021-08-05
Added B field to plasma lens (#2163)
David Grote
1
-7
/
+18
2021-07-27
Rename: Optical Depths QED (#2140)
Axel Huebl
1
-1
/
+1
2021-07-21
Implements a periodically repeating plasma lenses (#2080)
David Grote
1
-0
/
+25
2021-07-19
moved ScrapeParticles() out of a #ifdef WARPX_QED block (#2103)
Roelof Groenewald
1
-11
/
+11
2021-07-16
fix #if macro (#2102)
Andrew Myers
1
-1
/
+1
2021-07-16
Infrastructure for interacting particles with embedded boundary walls (#2069)
Andrew Myers
1
-0
/
+16
2021-07-13
amrex::Parser (#2063)
Weiqun Zhang
1
-6
/
+6
2021-07-06
Fix readability-container-size-empty warning raised by clang-tidy (#2055)
Luca Fedeli
1
-2
/
+2
2021-07-06
Reflective particle boundary condition (#1728)
David Grote
1
-8
/
+14
2021-06-28
Multi-J scheme (#1828)
Remi Lehe
1
-0
/
+66
2021-06-24
Use "Include What You Use" on WarpX (#1947)
Luca Fedeli
1
-6
/
+48
2021-06-07
Added injection of a thermal flux from a plane (#1892)
David Grote
1
-0
/
+12
2021-05-13
Implemented query and getArrWithParser (#1936)
David Grote
1
-2
/
+2
2021-04-29
Pass skip_deposition to pc->Evolve (#1925)
David Grote
1
-1
/
+1
2021-04-13
Add an option to skip deposition in the `Evolve` function ; use it for electr...
Remi Lehe
1
-9
/
+11
2021-04-12
Fix QED Build (CUDA 10.0) (#1888)
Axel Huebl
1
-11
/
+14
2021-03-30
Remove the avg_aux fields (#1849)
Remi Lehe
1
-3
/
+1
2021-03-18
Use Clear Naming Standard for ParmParse Variables (#1809)
Edoardo Zoni
1
-63
/
+63
2021-03-18
Remove Wrong Parser Query in MultiParticleContainer.cpp (#1808)
Edoardo Zoni
1
-1
/
+0
2021-03-17
Replaced almost all nGrow with nGrowVect (#1801)
David Grote
1
-4
/
+4
2021-03-16
Add timers in routines that depend on cell-related work (#1692)
Michael E Rowan
1
-0
/
+45
2021-03-10
fix typo (#1773)
Luca Fedeli
1
-2
/
+2
2021-02-05
Fix photon species error message (#1681)
David Grote
1
-1
/
+1
2021-01-29
make sure we redefine the tmp particle tiles when we load balance. (#1658)
Andrew Myers
1
-0
/
+8
2021-01-21
Define: _OPENMP -> AMREX_USE_OMP (#1520)
Axel Huebl
1
-4
/
+4
2021-01-03
Reconfigured the collision classes to allow for generalization (#1583)
David Grote
1
-47
/
+5
2020-12-09
Use new parser for more real input parameters (#1564)
NeilZaim
1
-21
/
+21
2020-12-01
Add the possibility to disable Schwinger in part of the domain (#1524)
NeilZaim
1
-4
/
+82
2020-11-22
CI: Windows (#1521)
Axel Huebl
1
-4
/
+4
2020-11-11
Fix error with nested MFIter loop in Schwinger (#1509)
NeilZaim
1
-3
/
+3
2020-10-22
Remove a few segfaults when there is zero particle species (#1449)
NeilZaim
1
-16
/
+56
2020-10-19
Replace wherever possible '.reset(new' with '= make_unique' (#1429)
Luca Fedeli
1
-19
/
+19
2020-10-13
[mini-PR] Fix warnings in QED module (#1433)
Luca Fedeli
1
-1
/
+1
2020-10-05
Add option to do collisions every # time steps (#1251)
Yinjian Zhao
1
-2
/
+7
2020-10-02
Split resampling TinyProfiler entry into 2 (#1390)
NeilZaim
1
-2
/
+0
2020-10-02
[Tiny] use_fdtd_nci_corr set to false for RZ (#1405)
Lígia Diana Amorim
1
-1
/
+4
2020-09-28
New Diagnostics: FieldMaximum (#988)
NeilZaim
1
-9
/
+3
2020-09-25
Add CI test and documentation for leveling thinning algorithm (#1327)
NeilZaim
1
-1
/
+1
2020-09-23
Option to have absorbing BC for particles, regardless of field BC (#1334)
MaxThevenet
1
-0
/
+18
2020-09-21
Coupling WarpX with an ✨improved✨ version of the QED library (#1198)
Luca Fedeli
1
-90
/
+95
2020-09-14
Add comments about resample virtual method (#1309)
NeilZaim
1
-0
/
+1
2020-09-14
Clean up profiling labels (#1320)
Edoardo Zoni
1
-8
/
+8
[next]