aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-25Fixed particle push for RZGravatar Dave Grote 1-2/+2
2019-04-24Various fixes for RZ geometryGravatar Dave Grote 9-169/+39
2019-04-22In Make.WarpX for RZ, redefine DIM near the topGravatar Dave Grote 1-1/+6
2019-04-18Updated inputs.multi.rz.rt to use my_constantsGravatar Dave Grote 1-3/+4
2019-04-17Update PSATD equations in documentationGravatar Remi Lehe 3-371/+917
2019-04-16fix typoGravatar Weiqun Zhang 1-1/+1
2019-04-16fix memory errorGravatar Weiqun Zhang 1-6/+4
2019-04-15properly pass through icomp when depositing rhoGravatar Andrew Myers 1-5/+5
2019-04-15getInterpolatedScalar: fix box typeGravatar Weiqun Zhang 1-5/+4
2019-04-15fix index bug in WriteCoarseScalarGravatar Weiqun Zhang 1-1/+1
2019-04-11Fixed external URLs in Ascent documentationGravatar Gunther H. Weber 1-2/+2
2019-04-11Moved configuration from GNUmakefile to Make.WarpXGravatar Gunther H. Weber 2-7/+10
2019-04-11Added preliminary documentationGravatar Gunther H. Weber 2-0/+110
2019-04-11Several fixes for RZGravatar Dave Grote 3-16/+45
2019-04-11Switch over to using Array4 in PPC::Evolve, which didn't exist when we first ↵Gravatar Andrew Myers 4-106/+110
ported it
2019-04-11Add selective particle output in automated testsGravatar Remi Lehe 2-1/+18
2019-04-11Use selective particle output in automated testsGravatar Remi Lehe 1-0/+1
2019-04-11update docsGravatar Andrew Myers 1-2/+2
2019-04-11move the map to WarpXParticleContainer.HGravatar Andrew Myers 2-24/+28
2019-04-10revert back to the old implementation if USE_CUDA is falseGravatar Andrew Myers 1-26/+70
2019-04-10fuse these kernelsGravatar Andrew Myers 1-7/+1
2019-04-10put stencil coefficients in managed memoryGravatar Andrew Myers 2-73/+83
2019-04-10updat docsGravatar Andrew Myers 1-0/+4
2019-04-10Convert box size to boosted frame, when using Python `step` functionGravatar Remi Lehe 3-1/+10
2019-04-10Avoid getting CellSize of lev-1Gravatar Remi Lehe 3-15/+15
2019-04-10Remove call to refinement ratio of lev-1Gravatar Remi Lehe 3-21/+22
2019-04-09add commentGravatar Andrew Myers 1-32/+35
2019-04-09pass the varnames and flags into pc->WritePlotFileGravatar Andrew Myers 3-9/+12
2019-04-09read in the particle variables to plot at run timeGravatar Andrew Myers 2-3/+43
2019-04-09Added code for in situ analysis with AscentGravatar Gunther H. Weber 2-2/+39
2019-04-09call the selective version of WritePlotFile for particle dataGravatar Andrew Myers 4-10/+24
2019-04-09Bug fix in call to warpx_current_deposition_rz_volume_scalingGravatar Dave Grote 1-2/+4
2019-04-08Added automated test for RZGravatar Dave Grote 3-0/+305
2019-04-08Bug fixes in AddPlasma for RZGravatar Dave Grote 1-17/+35
2019-04-08fix a bug in pmlGravatar Weiqun Zhang 1-2/+2
2019-04-08In picmi, Added refined_regions to CylindricalGridGravatar Dave Grote 1-2/+0
2019-04-08pass USE_PYTHON_MAIN=TRUE when compiling the python testGravatar Andrew Myers 1-1/+1
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