| 70 | } |
| 71 | |
| 72 | void |
| 73 | ParticleContainerBase::defineBufferMap () const |
| 74 | { |
| 75 | BL_PROFILE("ParticleContainer::defineBufferMap"); |
| 76 | |
| 77 | if (! m_buffer_map.isValid(GetParGDB(), do_tiling, tile_size)) |
| 78 | { |
| 79 | m_buffer_map.define(GetParGDB(), do_tiling, tile_size); |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | #if defined(AMREX_USE_MPI) |
| 84 | ParticleHandshakeWindow::~ParticleHandshakeWindow () |
no test coverage detected