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

Method getWeakRef

Src/Base/AMReX_BoxArray.cpp:1658–1662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1656}
1657
1658std::weak_ptr<BARef>
1659BoxArray::getWeakRef () const
1660{
1661 return std::weak_ptr<BARef>{m_ref};
1662}
1663
1664std::shared_ptr<BARef> const&
1665BoxArray::getSharedRef () const

Callers 1

vismf_make_dmFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected