WarpX
|
#include "Utils/Parser/IntervalsParser.H"
#include <AMReX_REAL.H>
#include <limits>
#include <string>
Go to the source code of this file.
Classes | |
class | ResamplingTrigger |
This class is used to determine if resampling should be done at a given timestep for a given species. Specifically resampling is performed if the current timestep is included in the IntervalsParser m_resampling_intervals or if the average number of particles per cell of the considered species exceeds the threshold m_max_avg_ppc. More... | |