Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-25 | fix EOL whitespaces | 1 | -1/+1 | ||
2019-09-25 | comments | 1 | -1/+6 | ||
2019-09-25 | spacing between split particles depends on PPC | 1 | -10/+17 | ||
2019-09-24 | Merge pull request #396 from RemiLehe/isolate_partition | 1 | -99/+16 | ||
Create dedicated method for partition in buffers | |||||
2019-09-24 | Move temporary variables into function | 1 | -4/+1 | ||
2019-09-24 | Add comments | 1 | -3/+17 | ||
2019-09-24 | bugfix | 1 | -0/+8 | ||
2019-09-24 | Merge remote-tracking branch 'upstream/dev' into classical_radiation_reaction | 1 | -13/+21 | ||
2019-09-23 | Remove trailing space | 1 | -1/+1 | ||
2019-09-23 | fix and add comments | 1 | -2/+8 | ||
2019-09-23 | Create dedicated method for partition in buffers | 1 | -97/+3 | ||
2019-09-23 | make sure splitting works without subcycling | 1 | -1/+1 | ||
2019-09-23 | split particles only during second half-push when subcycling | 1 | -1/+3 | ||
2019-09-20 | typo | 1 | -2/+2 | ||
2019-09-20 | cleaning | 1 | -1/+0 | ||
2019-09-20 | fix particle splitting | 1 | -5/+6 | ||
2019-09-19 | cleaning | 1 | -2/+0 | ||
2019-09-19 | do not store old attribs in second particle push when subcycling | 1 | -4/+6 | ||
2019-09-19 | deleted earlier version of particle copy using push_back and is replaced ↵ | 1 | -67/+0 | ||
with the exclusive_scan approach | |||||
2019-09-19 | Implementing GPU version of particle copy and commented out the CPU copy ↵ | 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-17 | Merging with dev and removing conflicts. Using exclusive_scan to determine ↵ | 1 | -926/+1009 | ||
location for particle copy using flag (0 or 1) | |||||
2019-09-17 | Enabled selection of Boris+RR, bugfixing | 1 | -0/+14 | ||
2019-09-17 | Optical depths is always plotted if QED is on | 1 | -0/+7 | ||
2019-09-14 | Merge branch 'dev' into qed_phys_part_with_lambda | 1 | -13/+5 | ||
2019-09-13 | Removed m_giv which was being set but not used. | 1 | -13/+5 | ||
2019-09-12 | fix merge conflicts with dev | 1 | -69/+73 | ||
2019-09-12 | Revert style change | 1 | -57/+57 | ||
2019-09-12 | Now physical particles have Tau initialization via QS engine | 1 | -60/+92 | ||
2019-09-12 | reverted style changes | 1 | -58/+57 | ||
2019-09-12 | removed InitTau from PhysicalParticleContainer | 1 | -75/+58 | ||
2019-09-12 | Fixed issue with tau output | 1 | -17/+28 | ||
2019-09-11 | Source: tabs2spaces | 1 | -11/+11 | ||
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 | -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-11 | Revert style change | 1 | -61/+61 | ||
2019-09-10 | Clean Up Deposit on Main | 1 | -3/+3 | ||
Just some small renamings, doc strings and clean-ups for deposit on main grid. | |||||
2019-09-09 | Particles: gather_from_main_grid | 1 | -0/+4 | ||
Support gather for individual particle species from the main grid. Very much based on the similar option for deposition :) | |||||
2019-09-06 | Added lambda (has a bug) | 1 | -0/+1 | ||
2019-09-06 | fixed name | 1 | -1/+1 | ||
2019-09-06 | Add lamba if qed effects are enabled | 1 | -2/+5 | ||
2019-09-06 | Fixed conflict | 1 | -14/+29 | ||
2019-09-05 | Initial work to add a lambda component | 1 | -61/+80 | ||
2019-09-03 | Merge branch 'dev' into RZgeometry | 1 | -31/+20 | ||
2019-08-29 | Merge branch 'dev' into picsar_cleanup | 1 | -61/+49 | ||
2019-08-28 | Further changes of macro WARPX_DIM_2D to WARPX_DIM_XZ for clarity | 1 | -2/+2 | ||
2019-08-27 | Merge branch 'dev' into RZgeometry | 1 | -61/+49 | ||
2019-08-27 | Bug fix for RZ multimode on GPU | 1 | -1/+2 | ||
2019-08-26 | Merge pull request #287 from ECP-WarpX/boosted_frame_no_runtime | 1 | -53/+39 | ||
Remove runtime parameters from the lab frame diagnostics | |||||
2019-08-26 | add comment | 1 | -0/+1 | ||
2019-08-26 | fix race condition | 1 | -2/+13 | ||
2019-08-22 | Merge pull request #279 from ECP-WarpX/fix_refine_plasma | 1 | -8/+10 | ||
Fix refine plasma |