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

Method SetParticleBoxArray

Src/Particle/AMReX_ParGDB.H:264–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264inline
265void
266ParGDB::SetParticleBoxArray (int level, const BoxArray& new_ba)
267{
268 AMREX_ASSERT(level < m_nlevels);
269 m_ba[level] = new_ba;
270}
271
272inline
273void

Callers 2

RegridMethod · 0.45

Calls

no outgoing calls

Tested by 1