aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-09-25fix EOL whitespacesGravatar MaxThevenet 1-1/+1
2019-09-25commentsGravatar MaxThevenet 1-1/+6
2019-09-25spacing between split particles depends on PPCGravatar MaxThevenet 1-10/+17
2019-09-24Merge pull request #396 from RemiLehe/isolate_partitionGravatar Remi Lehe 1-99/+16
Create dedicated method for partition in buffers
2019-09-24Move temporary variables into functionGravatar Remi Lehe 1-4/+1
2019-09-24Add commentsGravatar Remi Lehe 1-3/+17
2019-09-24bugfixGravatar Luca 1-0/+8
2019-09-24Merge remote-tracking branch 'upstream/dev' into classical_radiation_reactionGravatar Luca 1-13/+21
2019-09-23Remove trailing spaceGravatar Remi Lehe 1-1/+1
2019-09-23fix and add commentsGravatar MaxThevenet 1-2/+8
2019-09-23Create dedicated method for partition in buffersGravatar Remi Lehe 1-97/+3
2019-09-23make sure splitting works without subcyclingGravatar MaxThevenet 1-1/+1
2019-09-23split particles only during second half-push when subcyclingGravatar MaxThevenet 1-1/+3
2019-09-20typoGravatar MaxThevenet 1-2/+2
2019-09-20cleaningGravatar MaxThevenet 1-1/+0
2019-09-20fix particle splittingGravatar MaxThevenet 1-5/+6
2019-09-19cleaningGravatar MaxThevenet 1-2/+0
2019-09-19do not store old attribs in second particle push when subcyclingGravatar MaxThevenet 1-4/+6
2019-09-19deleted earlier version of particle copy using push_back and is replaced ↵Gravatar RevathiJambunathan 1-67/+0
with the exclusive_scan approach
2019-09-19Implementing GPU version of particle copy and commented out the CPU copy ↵Gravatar RevathiJambunathan 1-76/+158
since the newly implemented chunk of code to add particles on the GPU in GetParticleSlice() works both on cpu and gpu
2019-09-17Merging with dev and removing conflicts. Using exclusive_scan to determine ↵Gravatar RevathiJambunathan 1-926/+1009
location for particle copy using flag (0 or 1)
2019-09-17Enabled selection of Boris+RR, bugfixingGravatar Luca Fedeli 1-0/+14
2019-09-17Optical depths is always plotted if QED is onGravatar Luca Fedeli 1-0/+7
2019-09-14Merge branch 'dev' into qed_phys_part_with_lambdaGravatar MaxThevenet 1-13/+5
2019-09-13Removed m_giv which was being set but not used.Gravatar Dave Grote 1-13/+5
2019-09-12fix merge conflicts with devGravatar MaxThevenet 1-69/+73
2019-09-12Revert style changeGravatar Luca Fedeli 1-57/+57
2019-09-12Now physical particles have Tau initialization via QS engineGravatar Luca Fedeli 1-60/+92
2019-09-12reverted style changesGravatar Luca Fedeli 1-58/+57
2019-09-12removed InitTau from PhysicalParticleContainerGravatar Luca Fedeli 1-75/+58
2019-09-12Fixed issue with tau outputGravatar Luca Fedeli 1-17/+28
2019-09-11Source: tabs2spacesGravatar Axel Huebl 1-11/+11
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines.
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 1-61/+61
End-of-line (EOL) whitespaces are verbose and increase diffs and merge conflicts over time. Cleaned them up for the `Source/`, `Examples/` and `Tools/` directory with the following bash one-liner: ```bash find . -type f -not -path './.git*' \ -exec sed -i 's/[[:blank:]]*$//' {} \; ``` Committed as generic user so git does not credit the many lines to me: ```bash GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="warpx@lbl.gov" \ git commit ```
2019-09-11Revert style changeGravatar Luca Fedeli 1-61/+61
2019-09-10Clean Up Deposit on MainGravatar Axel Huebl 1-3/+3
Just some small renamings, doc strings and clean-ups for deposit on main grid.
2019-09-09Particles: gather_from_main_gridGravatar Axel Huebl 1-0/+4
Support gather for individual particle species from the main grid. Very much based on the similar option for deposition :)
2019-09-06Added lambda (has a bug)Gravatar Luca Fedeli 1-0/+1
2019-09-06fixed nameGravatar Luca Fedeli 1-1/+1
2019-09-06Add lamba if qed effects are enabledGravatar Luca Fedeli 1-2/+5
2019-09-06Fixed conflictGravatar Luca Fedeli 1-14/+29
2019-09-05Initial work to add a lambda componentGravatar Luca Fedeli 1-61/+80
2019-09-03Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-31/+20
2019-08-29Merge branch 'dev' into picsar_cleanupGravatar Remi Lehe 1-61/+49
2019-08-28Further changes of macro WARPX_DIM_2D to WARPX_DIM_XZ for clarityGravatar Dave Grote 1-2/+2
2019-08-27Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-61/+49
2019-08-27Bug fix for RZ multimode on GPUGravatar grote 1-1/+2
2019-08-26Merge pull request #287 from ECP-WarpX/boosted_frame_no_runtimeGravatar MaxThevenet 1-53/+39
Remove runtime parameters from the lab frame diagnostics
2019-08-26add commentGravatar MaxThevenet 1-0/+1
2019-08-26fix race conditionGravatar Andrew Myers 1-2/+13
2019-08-22Merge pull request #279 from ECP-WarpX/fix_refine_plasmaGravatar Remi Lehe 1-8/+10
Fix refine plasma