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

Method join

Src/Base/AMReX_BoxList.cpp:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void
71BoxList::join (const BoxList& blist)
72{
73 BL_ASSERT(blist.size() == 0 || ixType() == blist.ixType());
74 m_lbox.insert(std::end(m_lbox), std::begin(blist), std::end(blist));
75}
76
77void
78BoxList::join (const Vector<Box>& barr)

Callers 15

MakeNewGridsMethod · 0.80
UpdateStatsMethod · 0.80
defineMethod · 0.80
defineMethod · 0.80
define_fb_metadataMethod · 0.80
tag_one_boxMethod · 0.80
~BackgroundThreadMethod · 0.80
complementInMethod · 0.80
intersectFunction · 0.80
GetBndryCellsFunction · 0.80

Calls 4

sizeMethod · 0.45
ixTypeMethod · 0.45
insertMethod · 0.45
emptyMethod · 0.45

Tested by 2

compiletestingFunction · 0.64