r' content='cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-03-28add more people to regression test mailing listGravatar Weiqun Zhang 1-1/+1
2017-03-27Added discretized expressions.Gravatar Jean-Luc Vay 1-0/+56
2017-03-27Small fix.Gravatar Jean-Luc Vay 1-1/+1
2017-03-27Added boundary condition section, with PML/APML.Gravatar Jean-Luc Vay 3-0/+172
2017-03-27Make the ctypes particle class work for 2d and 3dGravatar atmyers 2-16/+16
2017-03-27Ported ctypes Particle fix to main Python versionGravatar Grote 1-2/+11
2017-03-27restore the ctypes struct for particles (apparently needed for Python 2)Gravatar atmyers 1-3/+12
2017-03-27clean up WarpXProb.cppGravatar Weiqun Zhang 10-165/+0
2017-03-26update .gitignoreGravatar Weiqun Zhang 1-2/+4
2017-03-25make will move executable to bin/Gravatar Weiqun Zhang 3-0/+15
2017-03-25add GNUmakefile to warpx/Gravatar Weiqun Zhang 4-12/+26
2017-03-24make the python driver usable from the interpreter.Gravatar atmyers 2-19/+32
2017-03-24Use new generic function from picsar, for charge depositionGravatar Remi Lehe 1-68/+4
2017-03-24Added entries for installation, wiki and examples, as well as AMR section on ↵Gravatar Jean-Luc Vay 6-4/+143
theory.
2017-03-23Prevent the print function from being garbage collected.Gravatar atmyers 1-3/+3
2017-03-23use the Python 3 compatible version of print()Gravatar atmyers 1-14/+14
2017-03-23Upated high level Python to match changes in LangmuirGravatar Grote 3-84/+126
2017-03-23use nullptr instead of macroGravatar Weiqun Zhang 2-4/+4
2017-03-23forgot some filesGravatar Weiqun Zhang 2-0/+16
2017-03-23demo: calling python function from C++Gravatar Weiqun Zhang 6-3/+28
2017-03-23Updated README for the Python wrapperGravatar Grote 1-5/+4
2017-03-23Switched high level Python wrapper to ctypesGravatar Grote 17-3823/+917
2017-03-23adding a few more wrapper functions and moving all the wrapper code to a ↵Gravatar atmyers 4-568/+581
warpx module
2017-03-23make these tuples and slices dimension-agnosticGravatar atmyers 1-6/+6
2017-03-23first attempt at making the python wrappers work in 2dGravatar atmyers 3-5/+15
2017-03-23some typenames and removing the un-needed python particle classGravatar atmyers 1-20/+16
2017-03-233 -> BL_SPACEDIMGravatar atmyers 1-4/+4
2017-03-23get the num_tiles from the ParticleContainer.Gravatar atmyers 1-6/+2
2017-03-23use a common helper function for all the get field data stuff.Gravatar atmyers 2-54/+25
2017-03-23merging some functions into helpers.Gravatar atmyers 1-16/+52
2017-03-23making sure the species_number and level arguments get passed correctly into ↵Gravatar atmyers 1-5/+13
warpx
2017-03-23remove duplicated code.Gravatar atmyers 1-3/+0
2017-03-23manually namespace addNParticles.Gravatar atmyers 3-12/+12
2017-03-22remove duplicated code.Gravatar atmyers 1-5/+0
2017-03-22add docstring for add_particlesGravatar atmyers 1-0/+17
2017-03-22adding the ctypes-wrapped addNParticles function.Gravatar atmyers 1-7/+32
2017-03-22make converting from the ctypes pointer to the numpy array work in Python 2.Gravatar atmyers 1-8/+15
2017-03-22no need to set the return types every time the functions are called.Gravatar atmyers 1-11/+21
2017-03-22some work on the Python wrappers.Gravatar atmyers 3-84/+464