aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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-25removing 3DGravatar RevathiJambunathan 1-1/+1
2019-10-25Using abbreviation BTD -- BackTransformedDiagnostics to shorten the ↵Gravatar RevathiJambunathan 1-2/+2
regression test names
2019-10-25fix bug related to photon initializationGravatar Luca Fedeli 1-3/+2
2019-10-25fixed use of shared pointersGravatar Luca Fedeli 2-4/+7
2019-10-24add m_ convention in CONTRIBUTING markdownGravatar MaxThevenet 1-0/+1
2019-10-24run analysis only in read modeGravatar MaxThevenet 1-1/+1
2019-10-24add a new regression test for momentum conserving field gatherGravatar Weiqun Zhang 1-0/+16
2019-10-24cleanup and commentGravatar Weiqun Zhang 3-5/+3
2019-10-24update algo.field_gathering in new inputs files. standard is now an invalid ↵Gravatar Weiqun Zhang 6-6/+6
option.
2019-10-24Add initial value (false) for test_quantum_syncGravatar Luca Fedeli 1-1/+1
2019-10-23minor cleaningGravatar Maxence Thevenet 1-3/+1
2019-10-23cleaningGravatar Maxence Thevenet 1-4/+3
2019-10-23fix performance tests on SummitGravatar Maxence Thevenet 4-16/+18
2019-10-23save performance h5 files, and move handling to perf_logs repoGravatar MaxThevenet 1-36/+19
2019-10-23remove unused constantGravatar Luca Fedeli 1-2/+1
2019-10-22new tests comply with rules in this PRGravatar MaxThevenet 2-1/+1
2019-10-22write path + filename if wrong filenameGravatar MaxThevenet 1-1/+1
2019-10-21Made modifications based on suggestions from PR review. 1.Added the override ↵Gravatar RevathiJambunathan 1-6/+6
qualifies for functions in the derived class. 2. Clarified that particles are selectively copied from tmp to reduced diag buffer if they are within the user-defined subdomain.
2019-10-20not faster with make -j4. Reversing to make -j2 for TravisCO testsGravatar MaxThevenet 1-1/+1
2019-10-20try compiling with -j 4 on TravisCI (hyperthreading?)Gravatar MaxThevenet 1-1/+1
2019-10-20unused arguments in 2d LPA testGravatar MaxThevenet 1-2/+0
2019-10-20missed one qed option in input fileGravatar MaxThevenet 1-2/+2
2019-10-20back with QED options on for QED testGravatar MaxThevenet 2-4/+4
2019-10-20minor fix: forgot to pass patch limits for LaserAccelerationMRGravatar MaxThevenet 1-1/+1
2019-10-20clone regression_testing from ECP-WarpXGravatar MaxThevenet 1-1/+1
2019-10-20remove another unused parameterGravatar MaxThevenet 2-3/+1
2019-10-18remove unused variables from qed testsGravatar MaxThevenet 2-14/+7
2019-10-18re-order options in WarpX-tests.ini for consistencyGravatar MaxThevenet 1-2/+2
2019-10-18oops, clipped some text while fixing conflictsGravatar MaxThevenet 1-0/+4
2019-10-18remove unused variables from 2D examplesGravatar MaxThevenet 7-35/+9
2019-10-18oops remove file added by errorGravatar MaxThevenet 1-664/+0
2019-10-18add option to crash if unused parmparse variablesGravatar MaxThevenet 2-24/+701
2019-10-18Add Higuera pusher into Langmuir test input.rtGravatar Yin-YinjianZhao 1-0/+1
2019-10-18Modified according to MaxThevenet's commentsGravatar Yin-YinjianZhao 6-8/+13
2019-10-18remove electrostatic example as long as WarpX electrostatic does not compileGravatar MaxThevenet 2-84/+0
2019-10-18add newlnes at the end of WarpX-tests.iniGravatar MaxThevenet 1-0/+1
2019-10-18do not check double newline in WarpX-tests.iniGravatar MaxThevenet 1-3/+3
2019-10-18Add automatic testsGravatar Yin-YinjianZhao 3-0/+86
2019-10-18typo in plasma acceleration testGravatar MaxThevenet 1-3/+3
2019-10-18forgot a few input filesGravatar MaxThevenet 3-20/+29
2019-10-18add test for all input files in Examples/ to WarpX-tests.iniGravatar MaxThevenet 20-726/+237
2019-10-18add comments in bash scriptGravatar MaxThevenet 1-7/+5
2019-10-18change test on grep so that it works on MacOS and LinuxGravatar MaxThevenet 1-3/+5
2019-10-18remove print statementsGravatar MaxThevenet 2-139/+0
2019-10-18try other syntax to avoid errorGravatar MaxThevenet 1-1/+4
2019-10-17add exitGravatar MaxThevenet 2-0/+4
2019-10-17trailing whitespaceGravatar MaxThevenet 1-2/+2