Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-05 | Add Python Wrappers for F,G in PML (#2481) | 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-27 | More fixes for the Python fields module (#2502) | 1 | -60/+64 | ||
Fixed indexing for PML fields. Add all of the fixes to the setitems routines. | |||||
2021-10-25 | Fix Bug with Python Wrappers for F,G (#2474) | 1 | -4/+4 | ||
2021-10-22 | Fix fields indexing (#2469) | 1 | -30/+31 | ||
* Fix fields indexing * Added additional documentation * Fixed comment | |||||
2021-10-21 | Add Python Wrappers for F,G (#2460) | 1 | -0/+30 | ||
2021-09-22 | External Poisson solver: wrappers to copy the full domain rho and phi ↵ | 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-15 | Typo fix in fields.py (#2095) | 1 | -1/+1 | ||
2020-12-02 | Fix python wrapper (#1532) | 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-23 | Updated Python interface for Python_Langmuir_rz_multimode test (#810) | 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-16 | Added Python wrapper of charge density arrays (#783) | 1 | -3/+22 | ||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 1 | -0/+6 | ||
2019-12-12 | Added Python wrapper for the PML fields | 1 | -0/+116 | ||
2019-12-12 | In Python fields wrapper, allowed multiple compoments in 3D | 1 | -3/+32 | ||
2019-10-01 | Additional fix for single precision in Python interface | 1 | -2/+2 | ||
2019-09-06 | Updated Python fields interface to work with refinement | 1 | -3/+120 | ||
2019-09-04 | Implemented the parallel version of the Python MultiFab wrapper | 1 | -2/+38 | ||
2019-06-14 | Updated Python interface, adding WarpInterface | 1 | -74/+266 | ||
2017-09-20 | Added wrappers for multifab fields, e.g. ExWrapper | 1 | -0/+250 | ||