Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
378
void
379
BoxArray::clear ()
380
{
381
m_bat = BATransformer();
382
m_ref = std::make_unique<BARef>();
383
m_simplified_list.reset();
384
}
385
386
void
387
BoxArray::resize (Long len)
Callers
5
resize
Method · 0.45
contains
Method · 0.45
complementIn
Method · 0.45
clear_hash_bin
Method · 0.45
GetBndryCells
Function · 0.45
Calls
2
BATransformer
Class · 0.85
reset
Method · 0.45
Tested by
no test coverage detected