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

Method getRefID

Src/Base/AMReX_BoxArray.H:851–851  ·  view source on GitHub ↗

Return a unique ID of the reference

Source from the content-addressed store, hash-verified

849
850 //! Return a unique ID of the reference
851 [[nodiscard]] RefID getRefID () const noexcept { return RefID { m_ref.get() }; }
852
853 //! Return index type of this BoxArray
854 [[nodiscard]] IndexType ixType () const noexcept { return m_bat.index_type(); }

Callers 2

AMReX_ForkJoin.cppFile · 0.45
getBDKeyMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected