Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ BoxArray
Method
BoxArray
Src/Base/AMReX_BoxArray.cpp:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
BoxArray::BoxArray () noexcept
288
:
289
m_ref(std::make_shared<BARef>())
290
{}
291
292
BoxArray::BoxArray (const Box& bx)
293
:
Callers
nothing calls this directly
Calls
7
BATransformer
Class · 0.85
cellCentered
Method · 0.80
set_coarsen_ratio
Method · 0.80
crseRatio
Method · 0.80
ixType
Method · 0.45
coarsen_ratio
Method · 0.45
define
Method · 0.45
Tested by
no test coverage detected