warpx
warpx copied to clipboard
WarpX is an advanced Particle-In-Cell code.
This is in support of allowing charge density output for non-interacting (e.g. tracer) particles Replaces #3119.
This is to sketch out my plan to add user-defined particle attributes to some diagnostics parsers (c.f. #3051). Any feedback on the interface or implementation details would be welcome. An...
There are situations where it is necessary to fill the guard cells when inverse FFTs of fields and/or currents are computed. For example, we want to fill the guard cells...
Athough we still need to work on the RZ BTD for the **fields**, the code for the **particles** is essentially working. This PR enables this functionality, in particular by enabling...
This PR is in response to @ax3l's request for increased Python docs.
To-do: - [x] Improve post-processing analysis - [x] Test and improve based on feedback (Cc @oshapoval) To be decided whether a Python script or a Jupyter notebook is preferred. This...
Fix #3232. Filtering will also need to be moved to the right locations, though (depends on another open PR). To-do: merge #3302 first and rebase afterwards. Currently not supporting (to...
To-do: - [ ] Update documentation - [ ] Add CI tests (Langmuir, consistency checks) - [ ] Add rho quadratic case?
Saw lockfiles being present while parallel HDF5 writes are active. Will now workaround a OpenMPI bug that uses file locking on Lassen (OLCF). https://github.com/open-mpi/ompi/issues/10053 Parallel HDF5 performance is still not...
Handle the corner-case that we finalize a labframe simulation without having particles in that last dump. Otherwise `SetConstParticleRecordsEDPIC` will cause a ``` A Record can not be written without any...