Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2019-09-30 | forgot to import python package re | 1 | -0/+1 | ||
2019-09-30 | Updated documentation | 1 | -0/+14 | ||
2019-09-27 | typo | 1 | -1/+1 | ||
2019-09-27 | add NCI test with MR | 3 | -18/+51 | ||
2019-09-27 | use proper flag | 1 | -1/+1 | ||
2019-09-27 | stop using l_lower_order_in_v for NCIGodfreyFilter | 3 | -19/+6 | ||
2019-09-27 | Rename, Profile & Remove TODO | 3 | -21/+22 | ||
2019-09-27 | fix error in table name | 1 | -2/+2 | ||
2019-09-27 | EOL whitespace | 1 | -1/+1 | ||
2019-09-27 | ahem... remove declaration of undefined function | 1 | -4/+2 | ||
2019-09-27 | use m_ convention in all members of class NCIGodfreyFilter | 3 | -29/+29 | ||
2019-09-27 | add description to NCI tables | 1 | -4/+14 | ||