|
chombo-discharge
|
Implementation of CD_ParticleOps.H. More...
#include <cstdint>#include <utility>#include <unordered_map>#include <map>#include <CD_NamespaceHeader.H>#include <CD_NamespaceFooter.H>

Go to the source code of this file.
Classes | |
| struct | PairHash |
| Simple pair-hashing struct for interfacing into unordered_map. More... | |
Typedefs | |
| template<typename T > | |
| using | ParticleMap = std::unordered_map< std::pair< uint32_t, uint32_t >, T, PairHash > |
| Underlying particle map when gathering/scattering particles. | |
Implementation of CD_ParticleOps.H.
Underlying particle map when gathering/scattering particles.
This is a map that maps a list of particles to a specific grid level and grid patch.