aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/WarpXParticleContainer.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-09-12manually fix merge conflicts with devGravatar MaxThevenet 1-32/+32
2019-09-11Source: tabs2spacesGravatar Axel Huebl 1-23/+23
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-9/+9
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-05fix merge conflictsGravatar MaxThevenet 1-14/+19
2019-09-04Merge branch 'dev' into generalize_nodal_depositionGravatar Dave Grote 1-14/+19
2019-09-03In current deposition, allowed more flexible centeringGravatar Dave Grote 1-16/+14
2019-09-03Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-127/+4
2019-09-02fix conflicts when merging devGravatar MaxThevenet 1-516/+277
2019-08-29Merge branch 'dev' into picsar_cleanupGravatar Remi Lehe 1-23/+0
2019-08-27Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-23/+0
2019-08-26Bug fix for RZ in the current depositionGravatar Dave Grote 1-0/+1
2019-08-22Bug fixes for RZ multimodeGravatar Dave Grote 1-7/+6
2019-08-22Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-43/+85
2019-08-21Add profilers around current depositionGravatar Remi Lehe 1-0/+4
2019-08-21Merge branch 'dev' into picsar_cleanupGravatar Remi Lehe 1-43/+82
2019-08-21merging with devGravatar Andrew Myers 1-31/+74
2019-08-21reimplement the boosted frame diagnostics without the runtime componentsGravatar Andrew Myers 1-27/+0
2019-08-21add comments for charge depositionGravatar MaxThevenet 1-0/+22
2019-08-21charge deposition depends on ionization levelGravatar MaxThevenet 1-7/+16
2019-08-21Cleanup PICSAR reference and fortran filesGravatar Remi Lehe 1-126/+0
2019-08-19Merge branch 'dev' into ion_levGravatar Maxence Thevenet 1-172/+71
2019-08-16Undid deletion of comments in WarpXParticleContainer.cppGravatar Dave Grote 1-0/+2
2019-08-16Implemented current deposition for RZ multimodeGravatar Dave Grote 1-3/+3
2019-08-16Bug fix for merge of dev into RZgeometryGravatar Dave Grote 1-1/+1
2019-08-16Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-171/+70
2019-08-09Merge pull request #263 from ECP-WarpX/convert_charge_depositionGravatar Remi Lehe 1-172/+71
Convert charge deposition
2019-08-09Correct syntax error in the absence of OPENMPGravatar Remi Lehe 1-0/+2
2019-08-09Fix charge deposition for GPUGravatar Dave Grote 1-1/+2
2019-08-09Merge branch 'dev' into RZgeometryGravatar Dave Grote 1-32/+170
2019-08-08fix merge conflictsGravatar MaxThevenet 1-24/+27
2019-08-08In GetChargeDensity, added call to ApplyInverseVolumeScalingToChargeDensityGravatar Dave Grote 1-0/+4
2019-08-08Minor clean up in charge deposition conversionGravatar Dave Grote 1-4/+4
2019-08-08fix current deposition in buffersGravatar MaxThevenet 1-12/+12
2019-08-08Implemented ApplyInverseVolumeScalingToChargeDensityGravatar Dave Grote 1-5/+0
2019-08-08Converted DepositCharge to c++ (and removed duplication of code)Gravatar Dave Grote 1-173/+70
2019-08-08add some const, and remove unnecessary includesGravatar MaxThevenet 1-1/+1
2019-08-08change ionization level from Real to IntGravatar MaxThevenet 1-1/+1
2019-08-08Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ion_levGravatar MaxThevenet 1-23/+16
2019-08-05Replaced WARPX_RZ with WARPX_DIM_RZGravatar Dave Grote 1-13/+13
2019-08-03add ionization_level componentGravatar MaxThevenet 1-18/+23
2019-08-02Removed obsolete warpx_current_deposition_rz_volume_scalingGravatar Dave Grote 1-8/+0
2019-08-01Fixed SetPosition for RZ with CUDAGravatar Dave Grote 1-1/+1
2019-08-01Moved ApplyInverseVolumeScalingToCurrentDensity to WarpX and is called after ↵Gravatar Dave Grote 1-7/+1
all particles are deposited.
2019-07-31Included ApplyInverseVolumeScalingToCurrentDensityGravatar Dave Grote 1-3/+3
2019-07-31Implemented RZ current density inverse volume scaling in c++Gravatar Dave Grote 1-0/+7
2019-07-30some cleaning in current depositionGravatar MaxThevenet 1-3/+3
2019-07-18conversion of Esirkepov deposition to c++ minor fixGravatar grote 1-3/+3
2019-07-18Initial conversion of Esirkepov deposition to c++Gravatar Dave Grote 1-15/+35
2019-07-12Changed nmodes to n_rz_azimuthal_modesGravatar Dave Grote 1-2/+2
2019-07-11avoid compilation error when USE_RZ=TRUEGravatar MaxThevenet 1-9/+0