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
2023-09-04
Print resampling message only if `verbose` is on (#4264)
Roelof Groenewald
1
-2
/
+2
2023-08-10
Fix continuous injection of lasers (#4112)
Edoardo Zoni
1
-7
/
+2
2023-08-08
Clang-tidy CI test: add two performance checks (#4158)
Luca Fedeli
1
-2
/
+2
2023-07-27
Fix bug with MLMG solver, always pass ghost cells to `SumBoundary` (#4078)
Edoardo Zoni
1
-1
/
+5
2023-06-13
Enforce const correctness using clang-tidy CI test (#3921)
Luca Fedeli
1
-26
/
+28
2023-06-12
Replace amrex::Abort with WARPX_ABORT_WITH_MESSAGE (#3965)
Luca Fedeli
1
-20
/
+23
2023-04-06
code cleanup: make use of `MultiParticleContainer::DepositCurrent` in `AddSpa...
Roelof Groenewald
1
-6
/
+5
2023-03-27
Enable calling SortParticlesForDeposition (#3762)
Andrew Myers
1
-1
/
+5
2023-03-23
Fix "modernize-loop-convert" issues found with clang-tidy (#3774)
Luca Fedeli
1
-10
/
+11
2023-03-09
New user input for grid type (collocated, staggered, hybrid) (#3683)
Edoardo Zoni
1
-2
/
+2
2022-11-09
BTD: remove old/legacy back-transformed diagnostics (#3485)
Remi Lehe
1
-76
/
+0
2022-11-07
Allow `None` for Maxwell solver (#3504)
Roelof Groenewald
1
-1
/
+1
2022-10-10
Partial refactoring of the utils directory (#3404)
Luca Fedeli
1
-54
/
+98
2022-09-20
Add option to deposit laser on main grid (#3235)
Remi Lehe
1
-0
/
+16
2022-08-22
MultiParticleContainer: Prevent Bugs in Some `setVal` Calls (#3266)
Edoardo Zoni
1
-4
/
+4
2022-08-15
Move handling of do_not_deposit to physics callers (#3225)
Phil Miller
1
-19
/
+23
2022-08-04
Species variables in diagnostics: deal with runtime components (#3218)
Neïl Zaim
1
-2
/
+2
2022-07-06
Initialize multi-physics module (ionization, QED) when restarting simulations...
Remi Lehe
1
-12
/
+24
2022-06-08
ABLASTR: Move Communication Utilities (#3167)
Axel Huebl
1
-2
/
+2
2022-06-02
Move warning logger in ablastr (#3154)
Luca Fedeli
1
-14
/
+16
2022-05-09
Fix miscellaneous issues found with clang tidy (#3083)
Luca Fedeli
1
-15
/
+15
2022-04-20
Current Deposition Interfaces: Always Pass `dt` & `relative_time` (#2937)
Edoardo Zoni
1
-5
/
+5
2022-03-28
Clean up handling of `v_galilean` (#2989)
David Grote
1
-4
/
+2
2022-03-14
QED: Add Space in Multiline Warnings (#2956)
Axel Huebl
1
-2
/
+2
2022-03-10
Clean up the use of ndt for collisions (#2944)
David Grote
1
-2
/
+2
2022-03-08
Make error and info messages visually uniform (#2939)
Luca Fedeli
1
-35
/
+40
2022-02-16
Provide `t_min` and `t_max` for flux injection (#2842)
Remi Lehe
1
-2
/
+2
2022-01-07
Particle Buffer for Backtransformed Diagnostics (#1898)
Revathi Jambunathan
1
-0
/
+25
2021-12-07
Transform the external fields into the boosted frame (#2610)
David Grote
1
-31
/
+15
2021-12-06
AMREX_SPACEDIM : Initialization and Particles (#2628)
Prabhat Kumar
1
-6
/
+6
2021-11-22
Python: Start 1D Support (#2582)
Axel Huebl
1
-1
/
+3
2021-11-19
1D3V Cartesian Support (#2307)
Prabhat Kumar
1
-0
/
+7
2021-10-20
⚠️ Add warning logger (#2113)
Luca Fedeli
1
-8
/
+23
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
[next]