aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-16Remove more fortran codeGravatar Remi Lehe 4-255/+0
2019-11-16Minor fixesGravatar Remi Lehe 3-7/+12
2019-11-14Update parametersGravatar Remi Lehe 4-9/+10
2019-11-13Add comments and change signGravatar Remi Lehe 1-6/+23
2019-11-13Update analysis scriptGravatar Remi Lehe 1-4/+8
2019-11-13Redefine the functions computePhi and computeEGravatar Remi Lehe 2-108/+19
2019-11-13Fix error in DepositChargeGravatar Remi Lehe 1-1/+1
2019-11-12Remove more Fortran functionsGravatar Remi Lehe 4-104/+0
2019-11-12Reuse existing interpolation functionsGravatar Remi Lehe 2-23/+33
2019-11-12Remove Fortran filesGravatar Remi Lehe 4-139/+6
2019-11-12Modernize DepositChargeGravatar Remi Lehe 1-48/+34
2019-11-11Cuda -> Gpu according to AMReX changeGravatar Weiqun Zhang 11-33/+30
2019-11-11Update DepositChargeGravatar Remi Lehe 4-34/+13
2019-11-11Call RedistributeGPU on GPU, since @amtyers fixed the issue with runtime ↵Gravatar MaxThevenet 2-20/+2
components
2019-11-08Use mesh refinement averagingGravatar Remi Lehe 1-5/+18
2019-11-08Minor fixesGravatar Remi Lehe 1-11/+6
2019-11-07Update tolerance and verbosityGravatar Remi Lehe 1-1/+2
2019-11-07Implement space-charge initialization (non-relativistic, single-level)Gravatar Remi Lehe 13-148/+326
2019-11-06Create/Copy Particle: Class Names UpperGravatar Axel Huebl 3-22/+25
Just cleaning up to make class names with a first, capital letter.
2019-11-06Fix Segfault: Create Particle FunctorGravatar Axel Huebl 1-3/+3
Copy over the full create-particle functor including its data via managed memory. Previously, we used a host-side vector to initialize the functors and then did not copy over the the state to device. As always, this does not show up as an error on Summit but as a slowdown at runtime. This crashed with segfaults on all other GPU machines.
2019-11-05Fix for deposition generalization for GPUGravatar grote 1-3/+3
2019-11-04typoGravatar MaxThevenet 1-2/+2
2019-11-04trailing whitespacesGravatar MaxThevenet 1-8/+8
2019-11-04crash if unused variables only for TravisCI testsGravatar MaxThevenet 2-38/+43
2019-11-04Reworked generalized current deposition centeringGravatar Dave Grote 2-86/+95
2019-11-04Better selection of QED testsGravatar Remi Lehe 1-2/+2
2019-11-04Correct typoGravatar Remi Lehe 1-1/+1
2019-11-01Launch RZ tests on a separate Travis instanceGravatar Remi Lehe 3-10/+27
2019-11-01by default hdf5 file written in perf folderGravatar Maxence Thevenet 1-4/+8
2019-11-01pass paths to analysis lineGravatar Maxence Thevenet 3-6/+10
2019-11-01make performance tests more modular, to run in custom modeGravatar Maxence Thevenet 2-9/+25
2019-10-31removed duplicate parameter in inputfileGravatar Luca Fedeli 1-1/+0
2019-10-30modified examplesGravatar Luca Fedeli 2-3/+1
2019-10-30added commentsGravatar Luca Fedeli 2-1/+27
2019-10-30added comments and corrected error in inputfileGravatar Luca Fedeli 6-44/+146
2019-10-30cleaningGravatar Luca Fedeli 3-67/+59
2019-10-30added noexcept to functorsGravatar Luca Fedeli 2-6/+6
2019-10-30now functors return 1 instead of trueGravatar Luca Fedeli 2-4/+4
2019-10-30added missing commentGravatar Luca Fedeli 1-1/+4
2019-10-30added some commentsGravatar Luca Fedeli 2-0/+14
2019-10-30correct bug and changed strategy to check if a string is emptyGravatar Luca Fedeli 1-9/+6
2019-10-30clearer error messageGravatar Luca Fedeli 1-2/+2
2019-10-30refactoring to comply with new style guidelinesGravatar Luca Fedeli 11-200/+200
2019-10-30correct duplicated parameterGravatar Luca Fedeli 1-4/+0
2019-10-30now using nspecies_quantum_sync and nspecies_breit_wheelerGravatar Luca Fedeli 2-12/+20
2019-10-30removed unwanted QedExamplesRequiringBoost testsGravatar Luca Fedeli 4-197/+29
2019-10-30added missing newline at the end of some filesGravatar Luca Fedeli 2-2/+2
2019-10-29add comments to explain cudaSynchroniweGravatar MaxThevenet 2-1/+4
2019-10-29call StreamSynchronize at the end of functions where arrays are allocated on GPUGravatar MaxThevenet 2-1/+3
2019-10-29correct bugGravatar Luca Fedeli 1-2/+2