aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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-11-01fix number of guard cells exchanged for FGravatar MaxThevenet 1-1/+2
2019-10-31remove print statementsGravatar MaxThevenet 2-10/+4
2019-10-31do not update aux grids if PSATDGravatar MaxThevenet 2-0/+17
2019-10-31cleaning and use better namingGravatar MaxThevenet 3-10/+27
2019-10-31more systematic names for guard cell variablesGravatar MaxThevenet 6-106/+84
2019-10-31remove a bunch of unused variables, and prepare for some renamingGravatar MaxThevenet 3-47/+41
2019-10-31Each call to FillBoundary in regular PIC loop (FDTD) uses fewer guard cellsGravatar MaxThevenet 6-70/+104
2019-10-31removed duplicate parameter in inputfileGravatar Luca Fedeli 1-1/+0
2019-10-30no need to pass ng in ShiftMFGravatar MaxThevenet 5-40/+39
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-29Reduce number of guard cells exchanged in Moving window and EvolveEMGravatar MaxThevenet 6-44/+96
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
2019-10-28replace 'boosted frame' with 'back-transformed' diagsGravatar MaxThevenet 3-17/+17
2019-10-28mention in Doc that ionization on GPU is slowGravatar MaxThevenet 1-1/+2
2019-10-28Pass fewer guard cells in a number of FillBoundary callsGravatar MaxThevenet 2-6/+11
2019-10-28remove irrelevant references to ionizationGravatar MaxThevenet 1-11/+11
2019-10-28added missing examplesGravatar Luca Fedeli 2-0/+195
2019-10-28Moved untestable examples in another folderGravatar Luca Fedeli 2-195/+0
2019-10-28renamed examples requiring Boost libraryGravatar Luca Fedeli 2-0/+0
2019-10-28changed AMREX_GPU_DEVICE into AMREX_GPU_HOST_DEVICE for the QED picsar libraryGravatar Luca Fedeli 1-1/+1
2019-10-27FillBoundaryE/B/F take mandatory argument nguardGravatar MaxThevenet 7-86/+106
2019-10-27fix arguments passed in initializationGravatar MaxThevenet 1-2/+2
2019-10-27avoid redeclaring variablesGravatar MaxThevenet 2-0/+20
2019-10-27forgot to add two filesGravatar MaxThevenet 2-0/+158
2019-10-27guard cells are computed in separate classGravatar MaxThevenet 3-95/+36
2019-10-26Consts and Real LiteralsGravatar Axel Huebl 8-174/+185
Start to modernize const correctness in interfaces and replace real literals with proper type.
2019-10-25also rename filesGravatar MaxThevenet 2-0/+0
2019-10-25replace 'boosted frame diags' with 'back-transformed diags'Gravatar MaxThevenet 23-117/+117
2019-10-25removing 3DGravatar RevathiJambunathan 1-1/+1