aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-22Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-23/+222
2019-08-21Merge branch 'dev' into picsar_cleanupGravatar Remi Lehe 1-23/+224
2019-08-21merging with devGravatar Andrew Myers 1-11/+220
2019-08-21Various bug fixes for RZ multimodeGravatar Dave Grote 1-4/+16
2019-08-21error if ionization on GPUGravatar MaxThevenet 1-0/+6
2019-08-21touch all map entries for tmp_particle_dataGravatar Andrew Myers 1-4/+5
2019-08-21some typedefs and an enum for clarityGravatar Andrew Myers 1-21/+13
2019-08-21reimplement the boosted frame diagnostics without the runtime componentsGravatar Andrew Myers 1-47/+18
2019-08-21fix bug in particle outputGravatar MaxThevenet 1-1/+0
2019-08-21add back element to plot flagsGravatar MaxThevenet 1-1/+1
2019-08-21add comments for charge depositionGravatar MaxThevenet 1-1/+2
2019-08-21charge deposition depends on ionization levelGravatar MaxThevenet 1-4/+21
2019-08-21add comments and make sure charge=q_e for ionizable speciesGravatar MaxThevenet 1-2/+7
2019-08-21Cleanup PICSAR reference and fortran filesGravatar Remi Lehe 1-25/+12
2019-08-20copy member variables to tmp local variablesGravatar Maxence Thevenet 1-4/+6
2019-08-19Merge branch 'dev' into ion_levGravatar Maxence Thevenet 1-2/+12
2019-08-19must check the overlap box is not emptyGravatar Weiqun Zhang 1-8/+10
2019-08-16Converted field gather for RZ multimode to C++Gravatar Dave Grote 1-11/+9
2019-08-16Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-2/+12
2019-08-12typoGravatar MaxThevenet 1-1/+1
2019-08-12use ionization_initial_levelGravatar MaxThevenet 1-2/+2
2019-08-12typos in doc, and rename ionization_productGravatar MaxThevenet 1-1/+1
2019-08-09Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-917/+738
2019-08-08hidden typo '-.-Gravatar MaxThevenet 1-1/+1
2019-08-08Converted DepositCharge to c++ (and removed duplication of code)Gravatar Dave Grote 1-2/+12
2019-08-08final minor cleaningGravatar MaxThevenet 1-3/+3
2019-08-08use Weiqun's convention: space before brackets for function declaration and ↵Gravatar MaxThevenet 1-7/+5
definition
2019-08-08minor cleaning, remove commented linesGravatar MaxThevenet 1-2/+0
2019-08-08change ionization level from Real to IntGravatar MaxThevenet 1-14/+15
2019-08-08Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ion_levGravatar MaxThevenet 1-118/+11
2019-08-07exclusive_scan requires ManagedDeviceVectorGravatar Maxence Thevenet 1-1/+1
2019-08-07add profile data, remove typo in exampleGravatar Maxence Thevenet 1-0/+1
2019-08-07Remove unused variablesGravatar Remi Lehe 1-2/+0
2019-08-07cleaning, remote outdated functionsGravatar MaxThevenet 1-13/+0
2019-08-07use c++ deposition by default. includes old attribsGravatar MaxThevenet 1-28/+25
2019-08-06cleaning, and add capability for boosted frame runtime particle componentsGravatar MaxThevenet 1-0/+82
2019-08-05get dt from WarpX instance, to initialize ionization prefactorsGravatar MaxThevenet 1-4/+14
2019-08-05Replaced WARPX_RZ with WARPX_DIM_RZGravatar Dave Grote 1-7/+7
2019-08-05Removed warpx_geteb_energy_conservingGravatar Dave Grote 1-109/+4
2019-08-04add target species handlingGravatar MaxThevenet 1-2/+19
2019-08-03add ionization table dataGravatar MaxThevenet 1-1/+1
2019-08-03add ionization initializationGravatar MaxThevenet 1-9/+57
2019-08-03add ionization_level componentGravatar MaxThevenet 1-13/+43
2019-08-03Merge pull request #253 from ECP-WarpX/min_densityGravatar Remi Lehe 1-0/+16
[mini-PR] allow threshold for plasma density
2019-08-02Minor fix in PhysicalParticleContainer::PushPGravatar Dave Grote 1-1/+1
2019-08-02PushP now uses FIeldGatherGravatar Dave Grote 1-0/+7
2019-08-02add max plasma densityGravatar MaxThevenet 1-2/+6
2019-08-02remove particles below or above density thresholdsGravatar MaxThevenet 1-0/+12
2019-08-01Merge pull request #236 from ECP-WarpX/addplasmaGravatar MaxThevenet 1-592/+283
Reimplement AddPlasma.
2019-07-31cleaning suggested in Remi's reviewGravatar MaxThevenet 1-3/+3