Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-06 | Merge branch 'master' into with_python | 1 | -0/+468 | ||
2018-01-03 | adding to the python wrappers functions for getting the fine and coarse ↵ | 1 | -0/+468 | ||
patch solutions for E, B, and the current density. | |||||
2017-12-06 | Clean up for python call backs | 3 | -75/+80 | ||
2017-12-06 | Added python callbacks, like beforestep etc | 4 | -319/+495 | ||
2017-12-04 | Added WarpXPIC.py back in | 2 | -0/+51 | ||
2017-12-04 | Added len method to PGroup python class | 1 | -1/+4 | ||
2017-12-04 | In AMeX.py, allowed writing of command line options | 1 | -2/+14 | ||
2017-09-20 | Added wrappers for multifab fields, e.g. ExWrapper | 2 | -44/+395 | ||
2017-09-16 | Compile with OpenMP by default | 1 | -1/+1 | ||
2017-08-08 | version of iteritems() that works with Python 2 and 3 | 1 | -1/+2 | ||
2017-08-08 | fix typo in the add_particles wrapper. | 1 | -3/+3 | ||
2017-07-14 | Added Gaussian_Laser PICMI class | 1 | -7/+26 | ||
2017-07-05 | Added Laser | 3 | -0/+6 | ||
2017-06-30 | update python | 1 | -3/+3 | ||
2017-06-28 | Various fixes to conform to Python PICMI standard | 5 | -36/+72 | ||
2017-06-28 | Updated to be compliant with PICMI Python standard | 4 | -162/+65 | ||
2017-06-06 | update python | 2 | -64/+65 | ||
2017-05-22 | Bug fixes in Python wrapper | 3 | -4/+6 | ||
2017-05-19 | Added code satisfying the PICMI standard | 5 | -29/+275 | ||
2017-05-04 | Minor fixes for Python interface | 2 | -1/+8 | ||
2017-04-26 | Add functions to the python wrappers to get / set the PML coefficients from ↵ | 1 | -0/+53 | ||
Python. | |||||
2017-03-29 | Bug fix in Python/GNUMakefile | 1 | -1/+1 | ||
2017-03-29 | fix path | 1 | -2/+2 | ||
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. |