Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | forgot to import python package re | 1 | -0/+1 | ||
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 | ||
2019-09-27 | add documentation | 2 | -4/+25 | ||
2019-09-27 | Explicitly initialize Godfrey filter without nodal gather | 3 | -5/+7 | ||
2019-09-27 | update NCIGodfreyFilter constructor | 1 | -10/+39 | ||
2019-09-27 | add NCI filter table for momentum-conserving gather | 1 | -207/+415 | ||
2019-09-27 | Change the default gather buffer size | 2 | -9/+23 | ||
2019-09-26 | Remove Fortran Binding | 1 | -6/+0 | ||
2019-09-26 | eol whitespace | 1 | -1/+1 | ||
2019-09-26 | fix syntax for doxygen documentation | 1 | -1/+2 | ||
2019-09-26 | Warning: Unused Vars in PML | 1 | -2/+0 | ||
Fix some unused variables on the PML implementation. | |||||
2019-09-26 | Added an automated test that does not use MPI | 1 | -0/+18 | ||
2019-09-26 | eol whitespace | 2 | -19/+19 | ||
2019-09-26 | add comments | 2 | -1/+20 | ||
2019-09-26 | use clearer argument names | 2 | -125/+87 | ||
2019-09-26 | put NCI filter into a separate function | 2 | -51/+88 | ||