aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03Update version numberGravatar Remi Lehe 3-3/+3
2019-10-02Added const qualifiers to certain nlevs_max variables and updated the ↵Gravatar levinem 1-4/+5
related for loops accordingly.
2019-10-02Change compiler from gcc to gnuGravatar Remi Lehe 1-1/+1
2019-10-02Fixes to the PICMI input filesGravatar Dave Grote 8-33/+35
2019-10-02Bug fix in langmuir2d_analysis.pyGravatar Dave Grote 1-4/+6
2019-10-01Use getParticleCellGravatar Remi Lehe 1-11/+7
2019-10-01Edit const correctnessGravatar Remi Lehe 2-26/+30
2019-10-01Add documentationGravatar Remi Lehe 1-5/+39
2019-10-01More optimization for GPUGravatar Remi Lehe 2-7/+14
2019-10-01Correct namespaceGravatar Remi Lehe 1-1/+1
2019-10-01Use templated functor for copy of particlesGravatar Remi Lehe 1-10/+2
2019-10-01Implement particle copyGravatar Remi Lehe 2-31/+57
2019-10-01Perform partition in smaller bufferGravatar Remi Lehe 2-17/+16
2019-10-01Implemented iterator distanceGravatar Remi Lehe 2-5/+24
2019-10-01Implemented stable partitionGravatar Remi Lehe 2-10/+42
2019-10-01Rewrite as functorGravatar Remi Lehe 2-43/+50
2019-10-01Replaced Index functionGravatar Remi Lehe 2-2/+35
2019-10-01Implement `iota` on GPUGravatar Remi Lehe 3-4/+25
2019-10-01Start GPU conversionGravatar Remi Lehe 1-10/+13
2019-10-01gitignore: python libGravatar Axel Huebl 1-0/+1
Add the python library object to ignored files in git.
2019-10-01Additional fix for single precision in Python interfaceGravatar Dave Grote 2-4/+8
2019-10-01Allowed single precision in the Python interfaceGravatar Dave Grote 3-89/+121
2019-10-01Increase tolerance for MR testGravatar MaxThevenet 1-1/+1
2019-10-01typoGravatar MaxThevenet 1-1/+1
2019-10-01typo: max_level=1 for MR testGravatar MaxThevenet 1-1/+1
2019-09-30forgot to import python package reGravatar MaxThevenet 1-0/+1
2019-09-27typoGravatar MaxThevenet 1-1/+1
2019-09-27add NCI test with MRGravatar MaxThevenet 3-18/+51
2019-09-27use proper flagGravatar MaxThevenet 1-1/+1
2019-09-27stop using l_lower_order_in_v for NCIGodfreyFilterGravatar MaxThevenet 3-19/+6
2019-09-27Rename, Profile & Remove TODOGravatar Axel Huebl 3-21/+22
2019-09-27fix error in table nameGravatar MaxThevenet 1-2/+2
2019-09-27EOL whitespaceGravatar MaxThevenet 1-1/+1
2019-09-27ahem... remove declaration of undefined functionGravatar MaxThevenet 1-4/+2
2019-09-27use m_ convention in all members of class NCIGodfreyFilterGravatar MaxThevenet 3-29/+29
2019-09-27add description to NCI tablesGravatar MaxThevenet 1-4/+14
2019-09-27add documentationGravatar MaxThevenet 2-4/+25
2019-09-27Explicitly initialize Godfrey filter without nodal gatherGravatar MaxThevenet 3-5/+7
2019-09-27update NCIGodfreyFilter constructorGravatar MaxThevenet 1-10/+39
2019-09-27add NCI filter table for momentum-conserving gatherGravatar MaxThevenet 1-207/+415
2019-09-27Change the default gather buffer sizeGravatar Remi Lehe 2-9/+23
2019-09-26Remove Fortran BindingGravatar Axel Huebl 1-6/+0
2019-09-26eol whitespaceGravatar MaxThevenet 1-1/+1
2019-09-26fix syntax for doxygen documentationGravatar MaxThevenet 1-1/+2
2019-09-26Warning: Unused Vars in PMLGravatar Axel Huebl 1-2/+0
Fix some unused variables on the PML implementation.
2019-09-26Added an automated test that does not use MPIGravatar Remi Lehe 1-0/+18
2019-09-26eol whitespaceGravatar MaxThevenet 2-19/+19
2019-09-26add commentsGravatar MaxThevenet 2-1/+20
2019-09-26use clearer argument namesGravatar MaxThevenet 2-125/+87
2019-09-26put NCI filter into a separate functionGravatar MaxThevenet 2-51/+88