WarpX
|
#include "ResamplingTrigger.H"
#include "Particles/WarpXParticleContainer_fwd.H"
#include <AMReX_REAL.H>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
struct | ResamplingAlgorithm |
An empty base class from which specific resampling algorithms are derived. More... | |
class | Resampling |
This is a general class used for resampling that is instantiated as a member of MultiParticleContainer. It contains a ResamplingTrigger object used to determine if resampling should be done at a given timestep for a given species and a pointer to a ResamplingAlgorithm object used to carry out the resampling. More... | |