MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / defineBufferMap

Method defineBufferMap

Src/Particle/AMReX_ParticleContainerBase.cpp:72–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void
73ParticleContainerBase::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)
84ParticleHandshakeWindow::~ParticleHandshakeWindow ()

Callers 2

fillNeighborsGPUMethod · 0.80
Redistribute_implMethod · 0.80

Calls 2

isValidMethod · 0.45
defineMethod · 0.45

Tested by

no test coverage detected