Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-10 | Style changes | 4 | -10/+11 | ||
2019-10-10 | Style changes | 2 | -2/+2 | ||
2019-10-10 | Added docstrings | 2 | -12/+12 | ||
2019-10-10 | Style changes | 2 | -3/+3 | ||
2019-10-10 | delete unused test | 1 | -109/+0 | ||
2019-10-10 | Style changes | 3 | -4/+4 | ||
2019-10-10 | Correct test script | 1 | -3/+0 | ||
2019-10-09 | Added tests for the initialization of the optical depth (disabled since they ↵ | 6 | -1/+260 | ||
would need PICSAR on the QED branch) | |||||
2019-10-09 | Added functions to generate tables and evolve optical depth | 5 | -5/+272 | ||
2019-10-08 | Heavy refactoring | 19 | -153/+263 | ||
2019-10-07 | Add check 'if (WarpX::gamma_boost > 1.)' and removed unsused functions. | 4 | -77/+3 | ||
2019-10-07 | allow warpx.zmax_plasma_to_compute_max_step = ... for lab frame runs | 1 | -7/+8 | ||
2019-10-07 | always print time step and cell size (in simulation frame) | 1 | -0/+12 | ||
2019-10-07 | Fix issue: 'AddParticles' is slow on GPU + coding format change. | 1 | -24/+23 | ||
2019-10-07 | Fix issue: 'AddParticles' is slow on GPU. | 2 | -2/+2 | ||
2019-10-07 | Fix issue: 'AddParticles' is slow on GPU. | 2 | -14/+69 | ||
2019-10-07 | This is a test of git commit. | 1 | -0/+8 | ||
2019-10-07 | fix nci_correctorMR test | 2 | -5/+5 | ||
2019-10-04 | add override | 1 | -1/+1 | ||
2019-10-04 | fix libwarpx.so compilation for cuda | 1 | -6/+10 | ||
2019-10-04 | Removing redundant initialization of E and B fields on particles in ↵ | 1 | -7/+0 | ||
FieldGather.H | |||||
2019-10-04 | Fixing typos in warpx_push_pml_bx_ckc() | 1 | -2/+3 | ||
2019-10-03 | run_test.sh: in /tmp, fix OSX | 2 | -7/+19 | ||
`cp -r ../* warpx/` copies itself recursively and indefinitely on OSX. This makes sense, the longer one looks at it. Instead, we create a temporary dir in `/tmp` for our compiles and runs, which potentially is even faster due to RAM-fs on most systems. We then copy our current sources to it and then link the directory back into `test_dir/` in-source (not cool, not cool to build in-source generally) so nobody notices what magic we did. | |||||
2019-10-03 | Reacticate PSATD PML test | 1 | -14/+14 | ||
2019-10-03 | Update version number | 3 | -3/+3 | ||
2019-10-02 | Added const qualifiers to certain nlevs_max variables and updated the ↵ | 1 | -4/+5 | ||
related for loops accordingly. | |||||
2019-10-02 | Change compiler from gcc to gnu | 1 | -1/+1 | ||
2019-10-02 | Fixes to the PICMI input files | 8 | -33/+35 | ||
2019-10-02 | Bug fix in langmuir2d_analysis.py | 1 | -4/+6 | ||
2019-10-01 | Use getParticleCell | 1 | -11/+7 | ||
2019-10-01 | Edit const correctness | 2 | -26/+30 | ||
2019-10-01 | Add documentation | 1 | -5/+39 | ||
2019-10-01 | More optimization for GPU | 2 | -7/+14 | ||
2019-10-01 | Correct namespace | 1 | -1/+1 | ||
2019-10-01 | Use templated functor for copy of particles | 1 | -10/+2 | ||
2019-10-01 | Implement particle copy | 2 | -31/+57 | ||
2019-10-01 | Perform partition in smaller buffer | 2 | -17/+16 | ||
2019-10-01 | Implemented iterator distance | 2 | -5/+24 | ||
2019-10-01 | Implemented stable partition | 2 | -10/+42 | ||
2019-10-01 | Rewrite as functor | 2 | -43/+50 | ||
2019-10-01 | Replaced Index function | 2 | -2/+35 | ||
2019-10-01 | Implement `iota` on GPU | 3 | -4/+25 | ||
2019-10-01 | Start GPU conversion | 1 | -10/+13 | ||
2019-10-01 | gitignore: python lib | 1 | -0/+1 | ||
Add the python library object to ignored files in git. | |||||
2019-10-01 | Additional fix for single precision in Python interface | 2 | -4/+8 | ||
2019-10-01 | Allowed single precision in the Python interface | 3 | -89/+121 | ||
2019-10-01 | Increase tolerance for MR test | 1 | -1/+1 | ||
2019-10-01 | typo | 1 | -1/+1 | ||
2019-10-01 | typo: max_level=1 for MR test | 1 | -1/+1 | ||
2019-09-30 | Rho Synchronize: Port to GPU | 5 | -88/+143 | ||
Port the charge density synchronize functions to GPU. |