Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
264
inline
265
void
266
ParGDB::SetParticleBoxArray (int level, const BoxArray& new_ba)
267
{
268
AMREX_ASSERT(level < m_nlevels);
269
m_ba[level] = new_ba;
270
}
271
272
inline
273
void
Callers
2
test_ghosts_and_virtuals_ascii
Function · 0.45
Regrid
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_ghosts_and_virtuals_ascii
Function · 0.36