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-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
2020-09-03
Add structure for resampling algorithms (#1265)
NeilZaim
1
-1
/
+12
2020-08-31
Fix 🩹 (almost) all warnings ⚠️ with default configuration (DIM=3, open...
Luca Fedeli
1
-5
/
+5
2020-08-24
Fix some warnings (#1239)
Luca Fedeli
1
-2
/
+2
2020-07-30
Add input parameter to control Galerkin-scheme gather (#1191)
danielbelkin
1
-1
/
+1
2020-07-27
Input: Remove n<something> options (#1217)
Axel Huebl
1
-35
/
+22
2020-07-08
Averaged Galilean PSATD (#869)
Olga Shapoval
1
-1
/
+3
2020-06-22
Remove persistent E+B (#1050)
Andrew Myers
1
-74
/
+88
2020-05-13
Fix error with Schwinger when multiple tiles are used (#1013)
NeilZaim
1
-1
/
+1
2020-05-11
Add Schwinger process (#784)
NeilZaim
1
-2
/
+148
2020-04-23
New diags also handle particle (#938)
MaxThevenet
1
-2
/
+1
2020-03-17
Add some WarpXUtilMsg::AlwaysAssert in particle containers (#811)
Luca Fedeli
1
-5
/
+19
2020-03-17
Add QED particle creaction routines (#698)
Luca Fedeli
1
-22
/
+210
2020-03-16
Add AlwaysAssert with std::string message (#792)
Luca Fedeli
1
-2
/
+6
2020-03-12
Changed BL_ASSERT to AMREX_ALWAYS_ASSERT for user input (#798)
David Grote
1
-6
/
+6
2020-03-06
Remove old electrostatic code (#780)
Remi Lehe
1
-69
/
+0
2020-02-27
Comment/Remove Unused Parameters (#749)
Axel Huebl
1
-2
/
+2
2020-02-25
Includes: Clean Up (#743)
Axel Huebl
1
-6
/
+4
2020-02-24
Profiler wrapper to allow for cudaDeviceSynchronize (#738)
MaxThevenet
1
-3
/
+3
2020-02-21
Call AMReX Bin sort (#739)
MaxThevenet
1
-2
/
+2
2020-02-10
template Parser so that it works for any number of variables
Weiqun Zhang
1
-12
/
+12
2020-02-07
Merge pull request #688 from atmyers/two_way_process
MaxThevenet
1
-2
/
+2
2020-02-07
Merge pull request #687 from EZoni/build-buffer-masks
MaxThevenet
1
-1
/
+0
2020-02-06
Do not include 'WarpX_f.H' when not necessary.
Edoardo Zoni
1
-1
/
+0
2020-02-06
fix TABs
Andrew Myers
1
-1
/
+1
2020-02-06
make the multiplicity a template parameter so it can be known at compile time
atmyers
1
-4
/
+2
2020-02-06
add multiplicity argument to filterCopyTransform so we can handle cases like ...
atmyers
1
-1
/
+3
2020-02-04
move the resize into the FilterCopyTransform call, where we know exactly how ...
Andrew Myers
1
-8
/
+0
2020-02-04
fix EOL whitespace
Andrew Myers
1
-1
/
+1
2020-02-04
exit early in the case that there are 0 src particles
Andrew Myers
1
-7
/
+9
2020-02-03
fix EOL whitespace
Andrew Myers
1
-5
/
+5
[next]