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
/
WarpXParticleContainer.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
Add option to deposit current at arbitrary time (#1810)
Remi Lehe
1
-4
/
+17
2021-03-18
Use Clear Naming Standard for ParmParse Variables (#1809)
Edoardo Zoni
1
-2
/
+2
2021-03-17
Replaced almost all nGrow with nGrowVect (#1801)
David Grote
1
-1
/
+1
2021-03-02
GPU clock timer for measuring load balance costs (#1406)
Michael E Rowan
1
-16
/
+34
2021-01-27
Take time step into account to compute guard cells for J and rho (#1607)
Edoardo Zoni
1
-37
/
+50
2021-01-21
Define: _OPENMP -> AMREX_USE_OMP (#1520)
Axel Huebl
1
-13
/
+13
2021-01-08
Avoid stringent assert statement on GPU (#1597)
Remi Lehe
1
-2
/
+22
2020-12-11
Do not rely on managed memory in AddNParticles. (#1567)
Andrew Myers
1
-9
/
+17
2020-12-11
PSATD Runtime Control (#1300)
Axel Huebl
1
-2
/
+7
2020-11-22
CI: Windows (#1521)
Axel Huebl
1
-1
/
+1
2020-10-23
Fix Warning for SigmaBox FabFactory (#1466)
Weiqun Zhang
1
-0
/
+6
2020-10-19
Replace wherever possible '.reset(new' with '= make_unique' (#1429)
Luca Fedeli
1
-1
/
+1
2020-10-02
Fix some warnings for PSATD builds (#1401)
Edoardo Zoni
1
-1
/
+5
2020-09-30
Use fewer guard cells for deposition (#1368)
Edoardo Zoni
1
-32
/
+56
2020-09-23
Option to have absorbing BC for particles, regardless of field BC (#1334)
MaxThevenet
1
-0
/
+42
2020-09-17
Fix few compilation warnings (shift) (#1310)
Luca Fedeli
1
-4
/
+13
2020-09-14
Clean up profiling labels (#1320)
Edoardo Zoni
1
-6
/
+5
2020-09-01
In AddNParticles, id should be changed to Long (#1280)
Andrew Myers
1
-1
/
+1
2020-09-01
Fix 🩹(almost) all warnings ⚠️ with default configuration in 2D (DIM=2...
Luca Fedeli
1
-0
/
+1
2020-08-31
Fix 🩹 (almost) all warnings ⚠️ with default configuration (DIM=3, open...
Luca Fedeli
1
-0
/
+3
2020-08-31
Only tag particles for splitting when we change levels if splitting is on. (#...
Andrew Myers
1
-0
/
+2
2020-08-06
RZ PSATD: rho diags must be cell-centered (#1240)
Edoardo Zoni
1
-0
/
+2
2020-07-24
do not directly access the particle id and cpu in favor of going through the ...
Andrew Myers
1
-3
/
+3
2020-07-20
Vay current deposition (#1051)
Edoardo Zoni
1
-0
/
+20
2020-07-09
Fix bug and test with LaserAccelerationRZ (#1150)
Edoardo Zoni
1
-1
/
+1
2020-06-22
Remove persistent E+B (#1050)
Andrew Myers
1
-10
/
+8
2020-05-11
Generalize coarsening for MR (#945)
Edoardo Zoni
1
-2
/
+2
2020-05-05
Switch costs to LayoutData (#970)
Michael E Rowan
1
-1
/
+1
2020-05-01
Do not rely on nodal flags (#931)
Edoardo Zoni
1
-4
/
+4
2020-04-28
Style change to match the standard (#957)
Michael E Rowan
1
-5
/
+5
2020-04-24
Prevent the use of Esirkepov with the nodal algorithm (#948)
Remi Lehe
1
-0
/
+3
2020-03-30
Port rigid injection to the gpu (#862)
Andrew Myers
1
-15
/
+52
2020-03-30
Remove compiler warnings (#843)
Edoardo Zoni
1
-7
/
+3
2020-03-27
Costs vector of (pointer to) vector (#829)
Michael E Rowan
1
-12
/
+12
2020-03-12
Added RZ mode for charge and direct current deposition (#793)
David Grote
1
-6
/
+9
2020-03-10
Allowed for more general centering of charge density (#768)
David Grote
1
-8
/
+8
2020-02-27
Comment/Remove Unused Parameters (#749)
Axel Huebl
1
-2
/
+5
2020-02-25
Includes: Clean Up (#743)
Axel Huebl
1
-12
/
+13
2020-02-24
Profiler wrapper to allow for cudaDeviceSynchronize (#738)
MaxThevenet
1
-13
/
+13
2020-02-18
Galilean PSATD with shift (#704)
Olga Shapoval
1
-2
/
+28
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-03
Merge branch 'dev' into elementary_process
Andrew Myers
1
-88
/
+21
2020-01-31
fix EOL whitespace
Andrew Myers
1
-2
/
+2
2020-01-31
on second thought, implement this as a member function
Andrew Myers
1
-0
/
+19
2020-01-31
Merge branch 'dev' into soa_to_aos
Andrew Myers
1
-31
/
+9
2020-01-30
Merge pull request #665 from RemiLehe/remove_fortran_push_position
Remi Lehe
1
-31
/
+0
2020-01-29
rename get/set particle position functors
Andrew Myers
1
-15
/
+15
2020-01-29
I believe we can resuse the GetPosition and SetPosition functors here, even w...
Andrew Myers
1
-8
/
+0
2020-01-29
Real -> ParticleReal
Andrew Myers
1
-1
/
+1
[next]