aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-07always print time step and cell size (in simulation frame)Gravatar MaxThevenet 1-0/+12
2019-10-07Fix issue: 'AddParticles' is slow on GPU + coding format change.Gravatar Yin-YinjianZhao 1-24/+23
2019-10-07Fix issue: 'AddParticles' is slow on GPU.Gravatar Yin-YinjianZhao 2-2/+2
2019-10-07Fix issue: 'AddParticles' is slow on GPU.Gravatar Yin-YinjianZhao 2-14/+69
2019-10-07This is a test of git commit.Gravatar Yin-YinjianZhao 1-0/+8
2019-10-07fix nci_correctorMR testGravatar MaxThevenet 2-5/+5
2019-10-04add overrideGravatar Weiqun Zhang 1-1/+1
2019-10-04fix libwarpx.so compilation for cudaGravatar Weiqun Zhang 1-6/+10
2019-10-04Removing redundant initialization of E and B fields on particles in ↵Gravatar RevathiJambunathan 1-7/+0
FieldGather.H
2019-10-04Fixing typos in warpx_push_pml_bx_ckc()Gravatar RevathiJambunathan 1-2/+3
2019-10-03run_test.sh: in /tmp, fix OSXGravatar Axel Huebl 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-03Reacticate PSATD PML testGravatar Remi Lehe 1-14/+14
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-30Rho Synchronize: Port to GPUGravatar Axel Huebl 5-88/+143
Port the charge density synchronize functions to GPU.
2019-09-30forgot to import python package reGravatar MaxThevenet 1-0/+1
2019-09-30Updated documentationGravatar Luca Fedeli 1-0/+14
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