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

Method clear

Src/Base/AMReX_BoxArray.cpp:378–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void
379BoxArray::clear ()
380{
381 m_bat = BATransformer();
382 m_ref = std::make_unique<BARef>();
383 m_simplified_list.reset();
384}
385
386void
387BoxArray::resize (Long len)

Callers 5

resizeMethod · 0.45
containsMethod · 0.45
complementInMethod · 0.45
clear_hash_binMethod · 0.45
GetBndryCellsFunction · 0.45

Calls 2

BATransformerClass · 0.85
resetMethod · 0.45

Tested by

no test coverage detected