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
/
PhysicalParticleContainer.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-02
ParticleContainer: Fix Unused Vars (#1756)
Axel Huebl
1
-12
/
+0
2021-03-01
Remove coarse bounding box check from the BTD selection (#1742)
Andrew Myers
1
-7
/
+0
2021-02-25
Add multiple particles source (#1718)
David Grote
1
-0
/
+12
2021-02-08
Fix: Missing Geometry Includes (#1690)
Axel Huebl
1
-0
/
+1
2021-02-01
Remove redundant "do_qed" option in inputfile (#1667)
Luca Fedeli
1
-12
/
+7
2021-01-22
Add parameter for default galilean velocity (#1097)
Remi Lehe
1
-4
/
+10
2021-01-22
Remove unused lines about particle filters (#1646)
NeilZaim
1
-13
/
+0
2021-01-21
Define: _OPENMP -> AMREX_USE_OMP (#1520)
Axel Huebl
1
-6
/
+6
2021-01-12
Fix some other warnings (#1618)
Luca Fedeli
1
-7
/
+9
2020-12-14
Made sure that n_rz_azimuthal_modes is declared int everywhere (#1571)
David Grote
1
-1
/
+1
2020-12-09
Use new parser for more real input parameters (#1564)
NeilZaim
1
-2
/
+2
2020-11-30
Electrostatic lab frame (#1531)
David Grote
1
-3
/
+3
2020-11-02
fixed calls to amrex::Random() to enable HIP compilation (#1487)
Luca Fedeli
1
-1
/
+1
2020-10-26
Explicit choice of `max_iters` for MLMG solver (#1471)
Igor Andriyash
1
-0
/
+1
2020-10-19
Replace wherever possible '.reset(new' with '= make_unique' (#1429)
Luca Fedeli
1
-4
/
+4
2020-10-02
Split resampling TinyProfiler entry into 2 (#1390)
NeilZaim
1
-0
/
+13
2020-09-25
Use amrex::ParallelForRNG for random number generation (#1373)
Weiqun Zhang
1
-6
/
+7
2020-09-25
Add CI test and documentation for leveling thinning algorithm (#1327)
NeilZaim
1
-3
/
+4
2020-09-21
Coupling WarpX with an ✨improved✨ version of the QED library (#1198)
Luca Fedeli
1
-16
/
+12
2020-09-17
Fix few compilation warnings (shift) (#1310)
Luca Fedeli
1
-5
/
+8
2020-09-14
Implement leveling thinning algorithm (#1283)
NeilZaim
1
-1
/
+2
2020-09-14
Clean up profiling labels (#1320)
Edoardo Zoni
1
-8
/
+8
2020-09-08
Remove ManagedVector from Particles/ (#1273)
WeiqunZhang
1
-28
/
+35
2020-09-03
Add structure for resampling algorithms (#1265)
NeilZaim
1
-0
/
+20
2020-09-01
Fix 🩹(almost) all warnings ⚠️ with default configuration in 2D (DIM=2...
Luca Fedeli
1
-0
/
+8
2020-08-31
Fix 🩹 (almost) all warnings ⚠️ with default configuration (DIM=3, open...
Luca Fedeli
1
-1
/
+4
2020-08-27
Use Long to store pid (#1266)
Andrew Myers
1
-2
/
+2
2020-08-24
Fix some warnings (#1239)
Luca Fedeli
1
-1
/
+1
2020-08-06
swap fieldGather and external fields (#1235)
Revathi Jambunathan
1
-6
/
+8
2020-07-30
Add input parameter to control Galerkin-scheme gather (#1191)
danielbelkin
1
-4
/
+4
2020-07-28
[tiny] Avoid particles with do_not_gather=1 be pushed in the last half step (...
Luca Fedeli
1
-14
/
+21
2020-07-24
do not directly access the particle id and cpu in favor of going through the ...
Andrew Myers
1
-1
/
+1
2020-07-24
fix bug which prevented evolution of optical depth (#1205)
Luca Fedeli
1
-1
/
+1
2020-07-14
make fft_do_time_averaging a member of class WarpX (#1165)
MaxThevenet
1
-10
/
+6
2020-07-08
Averaged Galilean PSATD (#869)
Olga Shapoval
1
-6
/
+13
2020-07-03
assert the particles are positive to check for overflow (#1142)
Andrew Myers
1
-0
/
+3
2020-06-29
Add plasma refactor (#830)
Andrew Myers
1
-198
/
+222
2020-06-25
[small] Inject Particles from openPMD in RZ (#1113)
L. Diana Amorim
1
-5
/
+5
2020-06-25
Moved doxygen to header file for consistency (#1116)
L. Diana Amorim
1
-10
/
+0
2020-06-22
Remove persistent E+B (#1050)
Andrew Myers
1
-370
/
+232
2020-06-22
AddPlasmaFromFile fix for periodic boundaries (#1089)
L. Diana Amorim
1
-3
/
+3
2020-06-19
Fix Race condition in GetParticleSlice for BTD (#1105)
Revathi Jambunathan
1
-4
/
+10
2020-06-10
[Mini] Z Offset to loaded openPMD particles (#1070)
L. Diana Amorim
1
-3
/
+5
2020-05-25
Merge particle push (#1036)
Andrew Myers
1
-150
/
+26
2020-05-19
Assign the external E and B inside the field gather kernel (#1029)
Andrew Myers
1
-75
/
+11
2020-05-15
Crash if deprecated input parameters are used. (#981)
MaxThevenet
1
-0
/
+19
2020-05-06
Load Particles: external_file MPI Support (#956)
Axel Huebl
1
-64
/
+70
2020-05-05
Switch costs to LayoutData (#970)
Michael E Rowan
1
-3
/
+3
2020-05-04
Fix some tests on Battra (#976)
MaxThevenet
1
-53
/
+0
2020-04-30
Fix bug when compiling OpenPMD + 2D (#963)
MaxThevenet
1
-4
/
+4
[next]