aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-04Print resampling message only if `verbose` is on (#4264)Gravatar Roelof Groenewald 1-2/+2
2023-08-10Fix continuous injection of lasers (#4112)Gravatar Edoardo Zoni 1-7/+2
2023-08-08Clang-tidy CI test: add two performance checks (#4158)Gravatar Luca Fedeli 1-2/+2
2023-07-27Fix bug with MLMG solver, always pass ghost cells to `SumBoundary` (#4078)Gravatar Edoardo Zoni 1-1/+5
2023-06-13Enforce const correctness using clang-tidy CI test (#3921)Gravatar Luca Fedeli 1-26/+28
2023-06-12Replace amrex::Abort with WARPX_ABORT_WITH_MESSAGE (#3965)Gravatar Luca Fedeli 1-20/+23
2023-04-06code cleanup: make use of `MultiParticleContainer::DepositCurrent` in `AddSpa...Gravatar Roelof Groenewald 1-6/+5
2023-03-27Enable calling SortParticlesForDeposition (#3762)Gravatar Andrew Myers 1-1/+5
2023-03-23Fix "modernize-loop-convert" issues found with clang-tidy (#3774)Gravatar Luca Fedeli 1-10/+11
2023-03-09New user input for grid type (collocated, staggered, hybrid) (#3683)Gravatar Edoardo Zoni 1-2/+2
2022-11-09BTD: remove old/legacy back-transformed diagnostics (#3485)Gravatar Remi Lehe 1-76/+0
2022-11-07Allow `None` for Maxwell solver (#3504)Gravatar Roelof Groenewald 1-1/+1
2022-10-10Partial refactoring of the utils directory (#3404)Gravatar Luca Fedeli 1-54/+98
2022-09-20Add option to deposit laser on main grid (#3235)Gravatar Remi Lehe 1-0/+16
2022-08-22MultiParticleContainer: Prevent Bugs in Some `setVal` Calls (#3266)Gravatar Edoardo Zoni 1-4/+4
2022-08-15Move handling of do_not_deposit to physics callers (#3225)Gravatar Phil Miller 1-19/+23
2022-08-04Species variables in diagnostics: deal with runtime components (#3218)Gravatar Neïl Zaim 1-2/+2
2022-07-06Initialize multi-physics module (ionization, QED) when restarting simulations...Gravatar Remi Lehe 1-12/+24
2022-06-08ABLASTR: Move Communication Utilities (#3167)Gravatar Axel Huebl 1-2/+2
2022-06-02Move warning logger in ablastr (#3154)Gravatar Luca Fedeli 1-14/+16
2022-05-09Fix miscellaneous issues found with clang tidy (#3083)Gravatar Luca Fedeli 1-15/+15
2022-04-20Current Deposition Interfaces: Always Pass `dt` & `relative_time` (#2937)Gravatar Edoardo Zoni 1-5/+5
2022-03-28Clean up handling of `v_galilean` (#2989)Gravatar David Grote 1-4/+2
2022-03-14QED: Add Space in Multiline Warnings (#2956)Gravatar Axel Huebl 1-2/+2
2022-03-10Clean up the use of ndt for collisions (#2944)Gravatar David Grote 1-2/+2
2022-03-08Make error and info messages visually uniform (#2939)Gravatar Luca Fedeli 1-35/+40
2022-02-16Provide `t_min` and `t_max` for flux injection (#2842)Gravatar Remi Lehe 1-2/+2
2022-01-07Particle Buffer for Backtransformed Diagnostics (#1898)Gravatar Revathi Jambunathan 1-0/+25
2021-12-07Transform the external fields into the boosted frame (#2610)Gravatar David Grote 1-31/+15
2021-12-06AMREX_SPACEDIM : Initialization and Particles (#2628)Gravatar Prabhat Kumar 1-6/+6
2021-11-22Python: Start 1D Support (#2582)Gravatar Axel Huebl 1-1/+3
2021-11-191D3V Cartesian Support (#2307)Gravatar Prabhat Kumar 1-0/+7
2021-10-20⚠️ Add warning logger (#2113)Gravatar Luca Fedeli 1-8/+23
2021-10-18Option to do single precision mesh communication. (#2294)Gravatar Andrew Myers 1-1/+2
2021-10-11Use parser for more input parameters (#2386)Gravatar Neïl Zaim 1-7/+8
2021-10-04Add structure for proton-boron fusion module (#2217)Gravatar Neïl Zaim 1-1/+1
2021-10-04Implement Checkpoint / Restart for Laser Particles (#2360)Gravatar Andrew Myers 1-2/+3
2021-09-24Stochastic particle reflection from absorbing domain boundaries (#2281)Gravatar Roelof Groenewald 1-17/+1
2021-08-25Multi-J: Optimize Allocations of rho MultiFabs (#2224)Gravatar Edoardo Zoni 1-4/+3
2021-08-20Added transform of fields from lab to boosted frame (#2201)Gravatar David Grote 1-1/+24
2021-08-18Bug fixed: looping over all species now within `OneStep_multiJ` (#2207)Gravatar Olga Shapoval 1-6/+4
2021-08-05Added B field to plasma lens (#2163)Gravatar David Grote 1-7/+18
2021-07-27Rename: Optical Depths QED (#2140)Gravatar Axel Huebl 1-1/+1
2021-07-21Implements a periodically repeating plasma lenses (#2080)Gravatar David Grote 1-0/+25
2021-07-19moved ScrapeParticles() out of a #ifdef WARPX_QED block (#2103)Gravatar Roelof Groenewald 1-11/+11
2021-07-16fix #if macro (#2102)Gravatar Andrew Myers 1-1/+1
2021-07-16Infrastructure for interacting particles with embedded boundary walls (#2069)Gravatar Andrew Myers 1-0/+16
2021-07-13amrex::Parser (#2063)Gravatar Weiqun Zhang 1-6/+6
2021-07-06Fix readability-container-size-empty warning raised by clang-tidy (#2055)Gravatar Luca Fedeli 1-2/+2
2021-07-06Reflective particle boundary condition (#1728)Gravatar David Grote 1-8/+14