aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-16pass by referenceGravatar MaxThevenet 1-1/+1
2019-05-16add _lab to var names and pass vector by referenceGravatar MaxThevenet 2-34/+32
2019-05-16forgot to remove some useless commentsGravatar MaxThevenet 1-7/+0
2019-05-16further cleaningGravatar MaxThevenet 2-37/+5
2019-05-16cleaning and add docGravatar MaxThevenet 7-81/+29
2019-05-16cleaning, and update read_raw_data.pyGravatar MaxThevenet 3-61/+120
2019-05-16moved info from global header to snapshot headerGravatar MaxThevenet 2-29/+63
2019-05-15Added info in labdiags headersGravatar MaxThevenet 2-62/+50
2019-05-15per-component field read in BFDGravatar MaxThevenet 4-23/+34
2019-05-14read BFD fields from BoostedFrameDiagnosticGravatar MaxThevenet 3-12/+66
2019-05-14translate WRPX_COPY_SLICE to c++ with ParallelForGravatar MaxThevenet 4-2/+47
2019-05-13bugfixGravatar Andrew Myers 1-1/+1
2019-05-13typosGravatar MaxThevenet 1-12/+18
2019-05-13add documentationGravatar MaxThevenet 1-0/+5
2019-05-13add comments to the codeGravatar MaxThevenet 4-3/+32
2019-05-13more consistent names: BFD everywhereGravatar MaxThevenet 3-22/+22
2019-05-12cleaning (remove print statements etc.)Gravatar MaxThevenet 7-47/+2
2019-05-12old attribs not allocated if species not BFDGravatar MaxThevenet 9-36/+45
2019-05-12only selected species BFD-dumped, but all old attribs initializedGravatar MaxThevenet 5-40/+29
2019-05-12debuggingGravatar MaxThevenet 4-5/+19
2019-05-11Fix typo in docsGravatar Remi Lehe 1-1/+1
2019-05-11some debuggingGravatar MaxThevenet 3-12/+47
2019-05-10lab diags is a species argument. add commentsGravatar MaxThevenet 9-25/+84
2019-05-10fix error in picmi introduced in PR #119Gravatar MaxThevenet 1-3/+3
2019-05-09minor fixes suggest by Remi's reviewGravatar MaxThevenet 2-2/+4
2019-05-09forgot to remove some commentsGravatar MaxThevenet 1-35/+0
2019-05-09fix ExamplesGravatar MaxThevenet 1-1/+2
2019-05-09typoGravatar MaxThevenet 2-1/+3
2019-05-09add docGravatar MaxThevenet 1-5/+23
2019-05-09some cleaningGravatar MaxThevenet 3-15/+7
2019-05-09Can select particle quantities to dumpGravatar MaxThevenet 4-17/+42
2019-05-09clarify docGravatar MaxThevenet 1-6/+7
2019-05-09move particle plot options to PPCGravatar MaxThevenet 9-18/+56
2019-05-09doc on warpx.do_subcyclingGravatar MaxThevenet 1-0/+14
2019-05-09boolean whether user specifies zmax to compute max_stepGravatar MaxThevenet 3-3/+7
2019-05-08Use array of struct in pusher for positionsGravatar Remi Lehe 1-25/+6
2019-05-08Fix RZ bugGravatar Remi Lehe 1-1/+1
2019-05-08Convert the particle position pusher to C++Gravatar Remi Lehe 3-74/+44
2019-05-08Add more info on visualizationGravatar Remi Lehe 6-37/+122
2019-05-08Update yt instructionsGravatar Remi Lehe 1-1/+13
2019-05-08doc: USE_RZ and USE_PSATD are not compatibleGravatar MaxThevenet 2-1/+5
2019-05-07typoGravatar MaxThevenet 1-3/+0
2019-05-07update picmiGravatar MaxThevenet 1-0/+6
2019-05-07remove legacy code for p_posGravatar MaxThevenet 1-6/+0
2019-05-07fix docGravatar MaxThevenet 1-1/+7
2019-05-07remove done_injecting testGravatar MaxThevenet 2-25/+16
2019-05-07typoGravatar MaxThevenet 1-1/+1
2019-05-07add documentationGravatar MaxThevenet 1-0/+5
2019-05-07updated Examples and picmiGravatar MaxThevenet 21-98/+18
2019-05-07Add more parametersGravatar Remi Lehe 1-2/+27