Roelof Groenewald
Roelof Groenewald
It would be useful to have a function (maybe in `ParticleUtils.cpp`) that returns the cell indices for a given particle. This would allow cleaning up code in several places (for...
This PR introduces a major refactor of the magnetostatic solver primarily with three goals: 1. Allow the magnetostatic solver to be used with either the explicit or semi-implicit electrostatic potential...
This PR adds a new electrostatic solver based on the semi-implicit scheme developed by [Barnes, Journal of Comp. Phys., 424 (2021), 109852](https://www.sciencedirect.com/science/article/pii/S0021999120306264?via%3Dihub) (see Appendix A of reference). The implementation was...