Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ ClearBoxArray
Method
ClearBoxArray
Src/AmrCore/AMReX_AmrMesh.cpp:437–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
}
436
437
void
438
AmrMesh::ClearBoxArray (int lev) noexcept
439
{
440
grids[lev] = BoxArray();
441
}
442
443
bool
444
AmrMesh::LevelDefined (int lev) const noexcept
Callers
2
amrex_fi_set_boxarray
Function · 0.80
regrid
Method · 0.80
Calls
1
BoxArray
Class · 0.70
Tested by
no test coverage detected