Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-27 | Automatically add copyright header with update_copyright.sh | 2 | -0/+13 | ||
2020-01-16 | No thrust (#629) | 1 | -19/+14 | ||
* remove thrust from warpx * add in header for std::complex | |||||
2019-12-18 | Make comments in header files Doxygen-readable | 1 | -6/+6 | ||
2019-11-11 | Cuda -> Gpu according to AMReX change | 1 | -2/+1 | ||
2019-10-11 | Fix particle partition in buffers | 2 | -8/+66 | ||
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-09-24 | Move temporary variables into function | 1 | -4/+5 | ||
2019-09-24 | Add comments | 1 | -6/+31 | ||
2019-09-23 | Create dedicated method for partition in buffers | 2 | -0/+118 | ||