Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-28 | updating the python-ctypes branch for recent changes in master | 3 | -18/+17 | ||
2017-03-28 | Merge branch 'master' into python-ctypes | 1 | -17/+0 | ||
2017-03-27 | Make the ctypes particle class work for 2d and 3d | 1 | -8/+8 | ||
2017-03-27 | Ported ctypes Particle fix to main Python version | 1 | -2/+11 | ||
2017-03-27 | clean up WarpXProb.cpp | 1 | -17/+0 | ||
2017-03-23 | use the Python 3 compatible version of print() | 1 | -14/+14 | ||
2017-03-23 | Upated high level Python to match changes in Langmuir | 2 | -82/+123 | ||
2017-03-23 | Updated README for the Python wrapper | 1 | -5/+4 | ||
2017-03-23 | Switched high level Python wrapper to ctypes | 11 | -3795/+637 | ||
2017-03-20 | Merge branch 'master' into documentation | 8 | -79/+727 | ||
2017-03-09 | Added initial version of pgroup mock up | 2 | -0/+203 | ||
2017-03-09 | Converted python interface to AMReX | 7 | -76/+522 | ||
Also added python level time step and incomplete wrap to access the fields. | |||||
2017-03-08 | Partially fix the paths in the Python wrapper | 1 | -13/+12 | ||
2017-03-08 | Added 3 sections in the documentation | 1 | -0/+3 | ||
2017-03-06 | Merge branch 'amrex' | 2 | -2/+3 | ||
2017-02-27 | Make sure the setup scripts gets the proper options for C++11 on OS X. | 1 | -2/+8 | ||
2017-02-16 | Merge branch 'master' into amrex | 5 | -12/+255 | ||
Conflicts: Source/LaserParticleContainer.cpp Source/ParticleContainer.H Source/WarpX.H Source/WarpX.cpp Source/WarpXEvolve.cpp Source/WarpXIO.cpp Source/WarpXParticleContainer.cpp Source/WarpX_f.H Source/WarpX_laser.F90 Source/WarpX_picsar.F90 tests/FieldSolver/main.cpp | |||||
2017-02-06 | Fixing the Python Langmuir test. | 1 | -1/+1 | ||
2017-02-03 | Added Python wrapper around top level classes. | 4 | -11/+254 | ||
2017-01-27 | Merge branch 'master' into amrex | 9 | -145/+3246 | ||
Conflicts: Exec/Make.WarpX Python/ParticleProb.cpp Source/ParticleContainer.H Source/ParticleContainer.cpp Source/ParticleIterator.cpp Source/WarpX.H Source/WarpX.cpp Source/WarpXConst.H Source/WarpX_f.H Source/WarpX_picsar.F90 | |||||
2017-01-25 | Modify the plasma_acceleration.py script to perform the moving window ↵ | 1 | -0/+6 | ||
particle injection from Python. | |||||
2017-01-24 | Make sure the particle bucket gets imported when you import pywarpx | 1 | -0/+1 | ||
2017-01-24 | Add new python driver script that can handle parallel setup. | 1 | -1/+1 | ||
2017-01-24 | Adding a Bucket for parsing multi-species information. | 2 | -0/+5 | ||
2017-01-20 | Merge branch 'laser_injection' | 1 | -7/+3 | ||
Conflicts: Python/ParticleProb.cpp | |||||
2017-01-20 | add a polymorphic class WarpXParticleContainer to eith physical or laser ↵ | 1 | -9/+9 | ||
particles | |||||
2017-01-20 | When running from Python, generate the initial conditions in the Python ↵ | 1 | -113/+0 | ||
script rather than in the cpp. | |||||
2017-01-19 | Fixing the Python extension installation on Linux. | 1 | -1/+1 | ||
2017-01-19 | master needs numpy.i as well. | 1 | -0/+3166 | ||
2017-01-18 | Updated Python/README | 1 | -5/+5 | ||
2017-01-18 | Fixed addNParticles wrapper, adding speciesnumber argument | 1 | -2/+2 | ||
2017-01-17 | fix class name | 1 | -2/+2 | ||
2017-01-12 | multi species | 1 | -3/+3 | ||
2017-01-10 | Added python wrapper around addNParticles | 2 | -12/+51 | ||
The underlying routine needs to be implemented | |||||
2017-01-10 | Cleaned up python importing of warpx | 3 | -8/+9 | ||
2017-01-03 | migration step 6 | 1 | -1/+1 | ||
2017-01-03 | migration step 5 | 1 | -0/+2 | ||
2017-01-03 | migration step 5 | 1 | -1/+1 | ||
2017-01-03 | migration step 4 | 1 | -1/+0 | ||
2017-01-03 | migration step 3 | 1 | -1/+1 | ||
2017-01-03 | migration step 1 | 1 | -1/+1 | ||
2016-12-06 | Added Python/README | 1 | -0/+10 | ||
2016-12-06 | Added Interpolation class | 3 | -0/+6 | ||
2016-11-16 | rename PICSAR_f.H -> WarpX_f.H | 1 | -1/+0 | ||
2016-11-16 | start 2D | 1 | -1/+1 | ||
2016-11-09 | Initial python wrapped version | 15 | -0/+394 | ||