aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/fields.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-05Add Python Wrappers for F,G in PML (#2481)Gravatar Edoardo Zoni 1-0/+30
* Add Python Wrappers for F,G in PML * Add Getters for F,G Nodal Flags * Fix Bug in <F,G>FPPMLWrapper (Default Level) * Fix Bug in F,G Nodal Flags * Use GetPML Method for F,G Nodal Flags
2021-10-27More fixes for the Python fields module (#2502)Gravatar David Grote 1-60/+64
Fixed indexing for PML fields. Add all of the fixes to the setitems routines.
2021-10-25Fix Bug with Python Wrappers for F,G (#2474)Gravatar Edoardo Zoni 1-4/+4
2021-10-22Fix fields indexing (#2469)Gravatar David Grote 1-30/+31
* Fix fields indexing * Added additional documentation * Fixed comment
2021-10-21Add Python Wrappers for F,G (#2460)Gravatar Edoardo Zoni 1-0/+30
2021-09-22External Poisson solver: wrappers to copy the full domain rho and phi ↵Gravatar Roelof Groenewald 1-6/+14
between C++ and Python (#2285) * added missing parts to allow an external Poisson solver to be used instead of the MLMG solver * added rho and phi wrappers to fields.py * added an example of using an external Poisson solver * need to run PICMI test on 2 processors same as non-PICMI version in order to compare plotfiles * changes requested during PR review * pass dictionary to eval statement when calculating boundary potential
2021-07-15Typo fix in fields.py (#2095)Gravatar nruof 1-1/+1
2020-12-02Fix python wrapper (#1532)Gravatar David Grote 1-48/+49
* Fixes to the Python interface for accessing field and particle data * In Python wrapper, cleaned up how ngrow is handled
2020-03-23Updated Python interface for Python_Langmuir_rz_multimode test (#810)Gravatar David Grote 1-53/+143
* Added nodal and cell size data to the Python interface and updates the Python_Langmuir_rz_multimode regression test * Cleanup of PICMI_inputs_langmuir_rz_multimode_analyze.py
2020-03-16Added Python wrapper of charge density arrays (#783)Gravatar David Grote 1-3/+22
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+6
2019-12-12Added Python wrapper for the PML fieldsGravatar Dave Grote 1-0/+116
2019-12-12In Python fields wrapper, allowed multiple compoments in 3DGravatar Dave Grote 1-3/+32
2019-10-01Additional fix for single precision in Python interfaceGravatar Dave Grote 1-2/+2
2019-09-06Updated Python fields interface to work with refinementGravatar Dave Grote 1-3/+120
2019-09-04Implemented the parallel version of the Python MultiFab wrapperGravatar Dave Grote 1-2/+38
2019-06-14Updated Python interface, adding WarpInterfaceGravatar Dave Grote 1-74/+266
2017-09-20Added wrappers for multifab fields, e.g. ExWrapperGravatar Dave Grote 1-0/+250