MCPcopy 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
287BoxArray::BoxArray () noexcept
288 :
289 m_ref(std::make_shared<BARef>())
290{}
291
292BoxArray::BoxArray (const Box& bx)
293 :

Callers

nothing calls this directly

Calls 7

BATransformerClass · 0.85
cellCenteredMethod · 0.80
set_coarsen_ratioMethod · 0.80
crseRatioMethod · 0.80
ixTypeMethod · 0.45
coarsen_ratioMethod · 0.45
defineMethod · 0.45

Tested by

no test coverage detected