Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-26 | Remove Fortran Binding | 1 | -6/+0 | ||
2019-09-26 | Constructor: Copy Directly into Members | 1 | -1/+5 | ||
Avoid double-copy in constructor. | |||||
2019-09-25 | Little Cleanups | 1 | -3/+3 | ||
2019-09-25 | Functor: Add Missing Const Qualifier | 1 | -2/+2 | ||
Also, make the operator() device-only. | |||||
2019-09-25 | SyncCurrent: Disable Tiling for GPU | 1 | -2/+2 | ||
Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov> | |||||
2019-09-24 | Current Synchronize: Port to GPU | 5 | -139/+209 | ||
Port the current synchronize functions to GPU. | |||||
2019-09-23 | Remove trailing space | 1 | -1/+1 | ||
2019-09-23 | update the doc | 1 | -3/+16 | ||
2019-09-23 | update example visualization notebook | 1 | -156/+55 | ||
2019-09-23 | use read_raw_data functions in tests instead of redefining | 2 | -35/+2 | ||
2019-09-23 | fix and add comments | 1 | -2/+8 | ||
2019-09-23 | make sure splitting works without subcycling | 3 | -3/+5 | ||
2019-09-23 | split particles only during second half-push when subcycling | 1 | -1/+3 | ||
2019-09-23 | Do not pass high and low bounds by reference | 2 | -20/+20 | ||
2019-09-23 | OSX: Tabs2Spaces sed command | 1 | -1/+3 | ||
Generalize check and propose working sed script for OSX. | |||||
2019-09-23 | Use managed memory for sigma coefficients | 1 | -1/+1 | ||
2019-09-21 | rename warpx folder | 1 | -1/+1 | ||
2019-09-20 | Fix boosted-frame + subcycling with rigid injection | 1 | -1/+1 | ||
2019-09-20 | typo | 1 | -2/+2 | ||
2019-09-20 | cleaning | 1 | -1/+0 | ||
2019-09-20 | fix particle splitting | 2 | -6/+7 | ||
2019-09-20 | Fix lab-frame diagnostics for rigid injected species with subcycling | 1 | -1/+1 | ||
2019-09-20 | remove eol | 1 | -2/+2 | ||
2019-09-20 | replace linear ramp with cos-like ramp | 1 | -2/+4 | ||
2019-09-20 | slight change in current in bilinear filter test, as physics constant values ↵ | 1 | -3/+11 | ||
changed | |||||
2019-09-19 | always compile automated tests with OpenMP | 1 | -6/+6 | ||
2019-09-19 | cleaning | 1 | -2/+0 | ||
2019-09-19 | do not store old attribs in second particle push when subcycling | 15 | -41/+54 | ||
2019-09-19 | Add CODATA version in description | 1 | -2/+2 | ||
2019-09-19 | typo | 1 | -1/+1 | ||
2019-09-19 | add comment: values from NIST | 1 | -1/+2 | ||
2019-09-19 | use NIST data for physical constant | 2 | -8/+8 | ||
2019-09-19 | Added plot_particle_evolution in plot_parallel.py | 1 | -13/+53 | ||
2019-09-19 | Various updates to plot_parallel.py | 1 | -30/+41 | ||
2019-09-19 | plot_parallel.py now defaults to run in parallel | 1 | -5/+9 | ||
2019-09-19 | Add function descriptions | 1 | -1/+3 | ||
2019-09-19 | Update check.py | 1 | -1/+1 | ||
2019-09-19 | Fixed EOL spaces | 2 | -34/+34 | ||
2019-09-19 | Now check.py can also re-generate the inputfile | 2 | -115/+184 | ||
2019-09-19 | Removed unwanted line | 1 | -1/+0 | ||
2019-09-19 | Reverted unwanted change | 1 | -127/+13 | ||
2019-09-18 | Various clean up in plot_parallel.py | 1 | -29/+32 | ||
2019-09-18 | Generalized plot_Ey_max_evolution in plot_parallel.py | 1 | -10/+10 | ||
2019-09-18 | Bug fix in plot_parallel.py for matplotlib | 1 | -4/+4 | ||
2019-09-18 | Revamped how plot_parallel.py does the parallel work | 1 | -73/+44 | ||
2019-09-18 | plot_parallel should save results in simulation directory | 1 | -1/+1 | ||
2019-09-18 | Bugfix | 1 | -0/+1 | ||
2019-09-18 | Changed test name | 1 | -1/+1 | ||
2019-09-18 | Taking output file from command line | 3 | -15/+131 | ||
2019-09-18 | Bugfixing | 1 | -0/+1 | ||