aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-06Merge branch 'master' into with_pythonGravatar Dave Grote 1-0/+468
2018-01-03adding to the python wrappers functions for getting the fine and coarse ↵Gravatar atmyers 1-0/+468
patch solutions for E, B, and the current density.
2017-12-06Clean up for python call backsGravatar Dave Grote 3-75/+80
2017-12-06Added python callbacks, like beforestep etcGravatar Dave Grote 3-319/+488
2017-12-04Added WarpXPIC.py back inGravatar Dave Grote 2-0/+51
2017-12-04Added len method to PGroup python classGravatar Dave Grote 1-1/+4
2017-12-04In AMeX.py, allowed writing of command line optionsGravatar Dave Grote 1-2/+14
2017-09-20Added wrappers for multifab fields, e.g. ExWrapperGravatar Dave Grote 2-44/+395
2017-08-08version of iteritems() that works with Python 2 and 3Gravatar atmyers 1-1/+2
2017-08-08fix typo in the add_particles wrapper.Gravatar atmyers 1-3/+3
2017-07-14Added Gaussian_Laser PICMI classGravatar Dave Grote 1-7/+26
2017-07-05Added LaserGravatar Dave Grote 3-0/+6
2017-06-30update pythonGravatar Weiqun Zhang 1-3/+3
2017-06-28Various fixes to conform to Python PICMI standardGravatar Dave Grote 5-36/+72
2017-06-28Updated to be compliant with PICMI Python standardGravatar Dave Grote 4-162/+65
2017-06-06update pythonGravatar Weiqun Zhang 2-64/+65
2017-05-22Bug fixes in Python wrapperGravatar Dave Grote 3-4/+6
2017-05-19Added code satisfying the PICMI standardGravatar Dave Grote 5-29/+275
2017-05-04Minor fixes for Python interfaceGravatar Dave Grote 2-1/+8
2017-04-26Add functions to the python wrappers to get / set the PML coefficients from ↵Gravatar atmyers 1-0/+53
Python.
2017-03-28updating the python-ctypes branch for recent changes in masterGravatar Andrew Myers 2-1/+17
2017-03-27Make the ctypes particle class work for 2d and 3dGravatar atmyers 1-8/+8
2017-03-27Ported ctypes Particle fix to main Python versionGravatar Grote 1-2/+11
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 2-82/+123
2017-03-23Switched high level Python wrapper to ctypesGravatar Grote 6-163/+635
2017-03-20Merge branch 'master' into documentationGravatar Remi Lehe 4-4/+594
2017-03-09Added initial version of pgroup mock upGravatar Dave Grote 2-0/+203
2017-03-09Converted python interface to AMReXGravatar Dave Grote 3-4/+391
Also added python level time step and incomplete wrap to access the fields.
2017-03-08Added 3 sections in the documentationGravatar Remi Lehe 1-0/+3
2017-02-03Added Python wrapper around top level classes.Gravatar Dave Grote 1-9/+9
2017-01-25Modify the plasma_acceleration.py script to perform the moving window ↵Gravatar Andrew Myers 1-0/+6
particle injection from Python.
2017-01-24Make sure the particle bucket gets imported when you import pywarpxGravatar Andrew Myers 1-0/+1
2017-01-24Adding a Bucket for parsing multi-species information.Gravatar Andrew Myers 2-0/+5
2017-01-10Cleaned up python importing of warpxGravatar Dave Grote 2-8/+8
2016-12-06Added Interpolation classGravatar Dave Grote 3-0/+6
2016-11-09Initial python wrapped versionGravatar Dave Grote 8-0/+88