Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-12 | manually fix merge conflicts with dev | 1 | -32/+32 | ||
2019-09-11 | Source: tabs2spaces | 1 | -23/+23 | ||
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines. | |||||
2019-09-11 | Source & Tools: No EOL Whitespaces | 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-05 | fix merge conflicts | 1 | -14/+19 | ||
2019-09-04 | Merge branch 'dev' into generalize_nodal_deposition | 1 | -14/+19 | ||
2019-09-03 | In current deposition, allowed more flexible centering | 1 | -16/+14 | ||
2019-09-03 | Merge branch 'dev' into RZgeometry | 1 | -127/+4 | ||
2019-09-02 | fix conflicts when merging dev | 1 | -516/+277 | ||
2019-08-29 | Merge branch 'dev' into picsar_cleanup | 1 | -23/+0 | ||
2019-08-27 | Merge branch 'dev' into RZgeometry | 1 | -23/+0 | ||
2019-08-26 | Bug fix for RZ in the current deposition | 1 | -0/+1 | ||
2019-08-22 | Bug fixes for RZ multimode | 1 | -7/+6 | ||
2019-08-22 | Merge branch 'dev' into RZgeometry | 1 | -43/+85 | ||
2019-08-21 | Add profilers around current deposition | 1 | -0/+4 | ||
2019-08-21 | Merge branch 'dev' into picsar_cleanup | 1 | -43/+82 | ||
2019-08-21 | merging with dev | 1 | -31/+74 | ||
2019-08-21 | reimplement the boosted frame diagnostics without the runtime components | 1 | -27/+0 | ||
2019-08-21 | add comments for charge deposition | 1 | -0/+22 | ||
2019-08-21 | charge deposition depends on ionization level | 1 | -7/+16 | ||
2019-08-21 | Cleanup PICSAR reference and fortran files | 1 | -126/+0 | ||
2019-08-19 | Merge branch 'dev' into ion_lev | 1 | -172/+71 | ||
2019-08-16 | Undid deletion of comments in WarpXParticleContainer.cpp | 1 | -0/+2 | ||
2019-08-16 | Implemented current deposition for RZ multimode | 1 | -3/+3 | ||
2019-08-16 | Bug fix for merge of dev into RZgeometry | 1 | -1/+1 | ||
2019-08-16 | Merge branch 'dev' into RZgeometry | 1 | -171/+70 | ||
2019-08-09 | Merge pull request #263 from ECP-WarpX/convert_charge_deposition | 1 | -172/+71 | ||
Convert charge deposition | |||||
2019-08-09 | Correct syntax error in the absence of OPENMP | 1 | -0/+2 | ||
2019-08-09 | Fix charge deposition for GPU | 1 | -1/+2 | ||
2019-08-09 | Merge branch 'dev' into RZgeometry | 1 | -32/+170 | ||
2019-08-08 | fix merge conflicts | 1 | -24/+27 | ||
2019-08-08 | In GetChargeDensity, added call to ApplyInverseVolumeScalingToChargeDensity | 1 | -0/+4 | ||
2019-08-08 | Minor clean up in charge deposition conversion | 1 | -4/+4 | ||
2019-08-08 | fix current deposition in buffers | 1 | -12/+12 | ||
2019-08-08 | Implemented ApplyInverseVolumeScalingToChargeDensity | 1 | -5/+0 | ||
2019-08-08 | Converted DepositCharge to c++ (and removed duplication of code) | 1 | -173/+70 | ||
2019-08-08 | add some const, and remove unnecessary includes | 1 | -1/+1 | ||
2019-08-08 | change ionization level from Real to Int | 1 | -1/+1 | ||
2019-08-08 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ion_lev | 1 | -23/+16 | ||
2019-08-05 | Replaced WARPX_RZ with WARPX_DIM_RZ | 1 | -13/+13 | ||
2019-08-03 | add ionization_level component | 1 | -18/+23 | ||
2019-08-02 | Removed obsolete warpx_current_deposition_rz_volume_scaling | 1 | -8/+0 | ||
2019-08-01 | Fixed SetPosition for RZ with CUDA | 1 | -1/+1 | ||
2019-08-01 | Moved ApplyInverseVolumeScalingToCurrentDensity to WarpX and is called after ↵ | 1 | -7/+1 | ||
all particles are deposited. | |||||
2019-07-31 | Included ApplyInverseVolumeScalingToCurrentDensity | 1 | -3/+3 | ||
2019-07-31 | Implemented RZ current density inverse volume scaling in c++ | 1 | -0/+7 | ||
2019-07-30 | some cleaning in current deposition | 1 | -3/+3 | ||
2019-07-18 | conversion of Esirkepov deposition to c++ minor fix | 1 | -3/+3 | ||
2019-07-18 | Initial conversion of Esirkepov deposition to c++ | 1 | -15/+35 | ||
2019-07-12 | Changed nmodes to n_rz_azimuthal_modes | 1 | -2/+2 | ||
2019-07-11 | avoid compilation error when USE_RZ=TRUE | 1 | -9/+0 | ||