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

Method SetBoxArray

Src/AmrCore/AMReX_AmrMesh.cpp:408–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408void
409AmrMesh::SetBoxArray (int lev, const BoxArray& ba_in) noexcept
410{
411 ++num_setba;
412 if (grids[lev] != ba_in) { grids[lev] = ba_in; }
413}
414
415void
416AmrMesh::SetGeometry (int lev, const Geometry& geom_in) noexcept

Callers 8

amrex_fi_set_boxarrayFunction · 0.80
restartMethod · 0.80
restartMethod · 0.80
defBaseLevelMethod · 0.80
regridMethod · 0.80
bldFineLevelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected