MCPcopy 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
437void
438AmrMesh::ClearBoxArray (int lev) noexcept
439{
440 grids[lev] = BoxArray();
441}
442
443bool
444AmrMesh::LevelDefined (int lev) const noexcept

Callers 2

amrex_fi_set_boxarrayFunction · 0.80
regridMethod · 0.80

Calls 1

BoxArrayClass · 0.70

Tested by

no test coverage detected