aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08fix regression test configGravatar Weiqun Zhang 1-1/+1
2019-04-04Update docstringsGravatar Remi Lehe 1-8/+20
2019-04-03Add function for scalar interpolationGravatar Remi Lehe 1-12/+6
2019-04-03Additional correctionGravatar Remi Lehe 1-1/+1
2019-04-03Minor type correctionsGravatar Remi Lehe 1-9/+9
2019-04-02Update version numberGravatar Remi Lehe 3-3/+3
2019-04-01fix copy/paste errors in commentsGravatar Andrew Myers 1-2/+4
2019-03-29few words on user-defined constants docGravatar Maxence Thevenet 1-1/+5
2019-03-29Fix unit of JGravatar Remi Lehe 1-2/+1
2019-03-26Correct typoGravatar Remi Lehe 1-0/+1
2019-03-26Correct typoGravatar Remi Lehe 1-1/+1
2019-03-26Implement componentGravatar Remi Lehe 3-10/+11
2019-03-26Use unique_ptr inputGravatar Remi Lehe 3-11/+9
2019-03-25Add writing of coarse scalar fieldsGravatar Remi Lehe 3-16/+121
2019-03-25Add plotting of FGravatar Remi Lehe 1-3/+7
2019-03-25Added if conditionGravatar Remi Lehe 1-15/+16
2019-03-25Better check of staggeringGravatar Remi Lehe 2-27/+31
2019-03-25Updated picmi to use my_constantsGravatar Dave Grote 4-23/+7
2019-03-25Add writing of the fieldsGravatar Remi Lehe 2-113/+21
2019-03-25Add writing of the fieldsGravatar Remi Lehe 1-0/+3
2019-03-25Use new interpolation functionGravatar Remi Lehe 3-19/+143
2019-03-25Write zero raw fieldsGravatar Remi Lehe 3-2/+47
2019-03-25Add coarse fieldsGravatar Remi Lehe 2-2/+26
2019-03-25Add if conditionGravatar Remi Lehe 1-16/+17
2019-03-25Write the field `rho`Gravatar Remi Lehe 1-0/+5
2019-03-25Simplify codeGravatar Remi Lehe 4-66/+38
2019-03-25Parser: allow underscore in symbolsGravatar Weiqun Zhang 2-2/+2
2019-03-24Set the physical unit of the fieldGravatar Remi Lehe 3-4/+53
2019-03-24Fix compilation errorsGravatar Remi Lehe 1-16/+11
2019-03-24Minor correctionGravatar Remi Lehe 1-1/+1
2019-03-24Update documentationGravatar Remi Lehe 2-2/+50
2019-03-23Handle vector fieldsGravatar Remi Lehe 1-7/+24
2019-03-22remove UserConstants classGravatar Weiqun Zhang 5-79/+0
2019-03-22update documentationGravatar Weiqun Zhang 1-15/+5
2019-03-22doc advanced features for visualizationGravatar MaxThevenet 1-1/+5
2019-03-22Reorganize raw outputGravatar Remi Lehe 4-66/+82
2019-03-21Reorganize writing of raw dataGravatar Remi Lehe 1-124/+67
2019-03-21use parser's setConstant function instead of using string replacementGravatar Weiqun Zhang 11-38/+147
2019-03-21added a couple of default values in doc for inputs parametersGravatar MaxThevenet 1-5/+5
2019-03-21piece of doc on number of passes for bilin filterGravatar MaxThevenet 1-0/+4
2019-03-21remove stuff about previous filter implementationGravatar MaxThevenet 3-94/+0
2019-03-21Added commentsGravatar MaxThevenet 2-1/+23
2019-03-21fix filterGravatar Weiqun Zhang 2-3/+16
2019-03-21Correct typoGravatar Remi Lehe 1-1/+1
2019-03-21Check that the coarsening factor can divide the blocking factorGravatar Remi Lehe 2-3/+13
2019-03-21optimization of filterGravatar Weiqun Zhang 2-137/+44
2019-03-21fixes proposed by WeiqunGravatar MaxThevenet 3-1/+5
2019-03-21Explain how to read the testsGravatar Remi Lehe 1-0/+16
2019-03-21doc section on how to get the raw fieldGravatar MaxThevenet 1-5/+20
2019-03-21Avoid regenerating the theory files from picsarGravatar Remi Lehe 8-3/+1734