chombo-discharge
|
Declaration of a class for holding particles on an AMR hierarchy. More...
#include <Particle.H>
#include <ParticleData.H>
#include <ParticleValidRegion.H>
#include <BinItem.H>
#include <BinFab.H>
#include <ProblemDomain.H>
#include <DisjointBoxLayout.H>
#include <BaseEBCellFAB.H>
#include <CD_OpenMP.H>
#include <CD_LevelTiles.H>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
#include <CD_ParticleContainerImplem.H>
Go to the source code of this file.
Classes | |
class | ParticleContainer< P > |
Templated class for holding particles on an AMR hierarchy with particle remapping. More... | |
Typedefs | |
template<class P > | |
using | AMRParticles = Vector< RefCountedPtr< ParticleData< P > >> |
Alias for ParticleData on each AMR level. | |
template<class P > | |
using | AMRCellParticles = Vector< RefCountedPtr< LayoutData< BinFab< P > >> > |
Alias for cell-sorted particles on each AMR level. | |
Declaration of a class for holding particles on an AMR hierarchy.