diff options
Diffstat (limited to 'Source/Particles/ParticleBoundaryBuffer.H')
-rw-r--r-- | Source/Particles/ParticleBoundaryBuffer.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Particles/ParticleBoundaryBuffer.H b/Source/Particles/ParticleBoundaryBuffer.H index f85b34044..a880512ea 100644 --- a/Source/Particles/ParticleBoundaryBuffer.H +++ b/Source/Particles/ParticleBoundaryBuffer.H @@ -46,6 +46,8 @@ public: PinnedMemoryParticleContainer& getParticleBuffer(const std::string species_name, int boundary); + PinnedMemoryParticleContainer* getParticleBufferPointer(const std::string species_name, int boundary); + static constexpr int numBoundaries () { return AMREX_SPACEDIM*2 #ifdef AMREX_USE_EB |