MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / addItem

Method addItem

ibtk/src/utilities/ParallelMap.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50} // operator=
51
52void
53ParallelMap::addItem(const int key, const tbox::Pointer<Streamable> item)
54{
55 d_pending_additions.insert(std::make_pair(key, item));
56 return;
57} // addItem
58
59void
60ParallelMap::removeItem(const int key)

Callers 5

getFromRestartMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected