chombo-discharge
|
This is the complete list of members for ParticleContainer< P >, including all inherited members.
addParticles(const List< P > &a_particles) | ParticleContainer< P > | |
addParticles(const BinFab< P > &a_particles, const int a_lvl, const DataIndex a_dit) | ParticleContainer< P > | |
addParticles(const ParticleContainer< P > &a_otherContainer) | ParticleContainer< P > | |
addParticlesDestructive(List< P > &a_particles) | ParticleContainer< P > | |
addParticlesDestructive(BinFab< P > &a_particles, const int a_lvl, const DataIndex a_dit) | ParticleContainer< P > | |
addParticlesDestructive(ParticleContainer< P > &a_otherContainer) | ParticleContainer< P > | |
admitValidParticles(List< P > &a_evictedParticles, ParticleData< P > &a_particles, const int a_coarseLevel) | ParticleContainer< P > | |
assignLocalParticles(std::map< std::pair< unsigned int, unsigned int >, List< P >> &a_mappedParticles, AMRParticles< P > &a_particleData) const noexcept | ParticleContainer< P > | inlineprotected |
catenateParticleMaps(std::vector< std::map< std::pair< unsigned int, unsigned int >, List< P >>> &a_globalParticles, std::vector< std::map< std::pair< unsigned int, unsigned int >, List< P >>> &a_localParticles) const noexcept | ParticleContainer< P > | inlineprotected |
clear(AMRParticles< P > &a_particles) const | ParticleContainer< P > | |
clearBufferParticles() const | ParticleContainer< P > | |
clearMaskParticles() const | ParticleContainer< P > | |
clearOutcast() noexcept | ParticleContainer< P > | |
clearParticles() | ParticleContainer< P > | |
copyMaskParticles(const Vector< RefCountedPtr< LevelData< BaseFab< bool >>>> &a_mask) const | ParticleContainer< P > | |
copyMaskParticles(const int a_level, const LevelData< BaseFab< bool >> &a_mask) const | ParticleContainer< P > | |
copyParticlesToSingleList(List< P > &a_list, const AMRParticles< P > &a_particles) const noexcept | ParticleContainer< P > | inlineprotected |
define(const Vector< DisjointBoxLayout > &a_grids, const Vector< ProblemDomain > &a_domains, const Vector< Real > &a_dx, const Vector< int > &a_refRat, const Vector< ValidMask > &a_validMask, const Vector< RefCountedPtr< LevelTiles >> &a_levelTiles, const RealVect &a_probLo, const int a_blockingFactor, const int a_finestLevel, const std::string a_realm) | ParticleContainer< P > | |
getBufferParticles() | ParticleContainer< P > | |
getBufferParticles() const | ParticleContainer< P > | |
getCellParticles() | ParticleContainer< P > | |
getCellParticles() const | ParticleContainer< P > | |
getCellParticles(const int a_level) | ParticleContainer< P > | |
getCellParticles(const int a_level) const | ParticleContainer< P > | |
getCellParticles(const int a_level, const DataIndex a_dit) | ParticleContainer< P > | |
getCellParticles(const int a_level, const DataIndex a_dit) const | ParticleContainer< P > | |
getCellParticles(BinFab< P > &a_cellParticles, const int a_lvl, const DataIndex a_dit) const | ParticleContainer< P > | |
getCellParticlesDestructive(BinFab< P > &a_cellParticles, const int a_lvl, const DataIndex a_dit) | ParticleContainer< P > | |
getDx() const noexcept | ParticleContainer< P > | |
getFinestLevel() const | ParticleContainer< P > | |
getGrids() const | ParticleContainer< P > | |
getMaskParticles() | ParticleContainer< P > | |
getMaskParticles() const | ParticleContainer< P > | |
getNumberOfMaskParticlesGlobal() const | ParticleContainer< P > | |
getNumberOfMaskParticlesLocal() const | ParticleContainer< P > | |
getNumberOfOutcastParticlesGlobal() const | ParticleContainer< P > | |
getNumberOfOutcastParticlesLocal() const | ParticleContainer< P > | |
getNumberOfValidParticlesGlobal() const | ParticleContainer< P > | |
getNumberOfValidParticlesLocal() const | ParticleContainer< P > | |
getParticles() | ParticleContainer< P > | |
getParticles() const | ParticleContainer< P > | |
getProbLo() const noexcept | ParticleContainer< P > | |
getRealm() const | ParticleContainer< P > | |
isOrganizedByCell() const | ParticleContainer< P > | |
m_blockingFactor | ParticleContainer< P > | protected |
m_bufferParticles | ParticleContainer< P > | mutableprotected |
m_cacheParticles | ParticleContainer< P > | protected |
m_cellSortedParticles | ParticleContainer< P > | protected |
m_debug | ParticleContainer< P > | protected |
m_domains | ParticleContainer< P > | protected |
m_dx | ParticleContainer< P > | protected |
m_finestLevel | ParticleContainer< P > | protected |
m_grids | ParticleContainer< P > | protected |
m_grownGrids | ParticleContainer< P > | protected |
m_isDefined | ParticleContainer< P > | protected |
m_isOrganizedByCell | ParticleContainer< P > | protected |
m_levelTiles | ParticleContainer< P > | protected |
m_maskParticles | ParticleContainer< P > | mutableprotected |
m_oldGrids | ParticleContainer< P > | protected |
m_particles | ParticleContainer< P > | mutableprotected |
m_probLo | ParticleContainer< P > | protected |
m_profile | ParticleContainer< P > | protected |
m_realm | ParticleContainer< P > | protected |
m_refRat | ParticleContainer< P > | protected |
m_validRegion | ParticleContainer< P > | protected |
m_verbose | ParticleContainer< P > | protected |
mapParticlesToAMRGrid(std::vector< std::map< std::pair< unsigned int, unsigned int >, List< P >>> &a_mappedParticles, List< P > &a_unmappedParticles) const noexcept | ParticleContainer< P > | inlineprotected |
operator[](const int a_level) | ParticleContainer< P > | |
operator[](const int a_level) const | ParticleContainer< P > | |
organizeParticlesByCell() | ParticleContainer< P > | |
organizeParticlesByPatch() | ParticleContainer< P > | |
ParticleContainer() | ParticleContainer< P > | |
ParticleContainer(const Vector< DisjointBoxLayout > &a_grids, const Vector< ProblemDomain > &a_domains, const Vector< Real > &a_dx, const Vector< int > &a_refRat, const Vector< ValidMask > &a_validMask, const Vector< RefCountedPtr< LevelTiles >> &a_levelTiles, const RealVect &a_probLo, const int a_blockingFactor, const int a_finestLevel, const std::string a_realm) | ParticleContainer< P > | |
preRegrid(const int a_base) | ParticleContainer< P > | |
regrid(const Vector< DisjointBoxLayout > &a_grids, const Vector< ProblemDomain > &a_domains, const Vector< Real > &a_dx, const Vector< int > &a_refRat, const Vector< ValidMask > &a_validMask, const Vector< RefCountedPtr< LevelTiles >> &a_levelTiles, const int a_base, const int a_newFinestLevel) | ParticleContainer< P > | |
remap() | ParticleContainer< P > | |
sanityCheck() const noexcept | ParticleContainer< P > | |
setupGrownGrids(const int a_base, const int a_finestLevel) | ParticleContainer< P > | protected |
setupParticleData(const int a_base, const int a_finestLevel) | ParticleContainer< P > | protected |
setValue(const Real a_value) | ParticleContainer< P > | inline |
setValue(const RealVect a_value) | ParticleContainer< P > | inline |
sortParticles() noexcept | ParticleContainer< P > | |
transferMaskParticles(const Vector< RefCountedPtr< LevelData< BaseFab< bool >>>> &a_mask) | ParticleContainer< P > | |
transferMaskParticles(const int a_level, const LevelData< BaseFab< bool >> &a_mask) | ParticleContainer< P > | |
transferParticles(ParticleContainer< P > &a_otherContainer) | ParticleContainer< P > | |
transferParticles(AMRParticles< P > &a_otherContainer) | ParticleContainer< P > | |
transferParticlesToSingleList(List< P > &a_list, AMRParticles< P > &a_particles) const noexcept | ParticleContainer< P > | inlineprotected |
ValidMask typedef (defined in ParticleContainer< P >) | ParticleContainer< P > | |
~ParticleContainer() | ParticleContainer< P > | virtual |