aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-17OMP pragmas around MFIter loopGravatar MaxThevenet 1-0/+6
2019-05-16port other function in labdiags to C++ for GPUGravatar MaxThevenet 4-74/+43
2019-05-16update example notebook Visualization.ipynbGravatar MaxThevenet 1-826/+100
2019-05-16fix typo for hdf5Gravatar MaxThevenet 1-1/+1
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-14removing unused parameters from plasma_acceleration/inputs.3d.boost - the ↵Gravatar Andrew Myers 1-4/+0
driverback doesn't need the rigid injection stuff
2019-05-14translate WRPX_COPY_SLICE to c++ with ParallelForGravatar MaxThevenet 4-2/+47
2019-05-14Fixed xmin to be global value for RZGravatar Dave Grote 2-10/+10
2019-05-14Fixes for the Python RZ versionGravatar Dave Grote 4-19/+31
2019-05-14cleaningGravatar MaxThevenet 1-2/+0
2019-05-14fix mirrorGravatar MaxThevenet 1-2/+3
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