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

Method get

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

Return element index of this BoxArray.

Source from the content-addressed store, hash-verified

739
740 //! Return element index of this BoxArray.
741 [[nodiscard]] Box get (int index) const noexcept { return operator[](index); }
742
743 //! Return cell-centered box at element index of this BoxArray.
744 [[nodiscard]] Box getCellCenteredBox (int index) const noexcept {

Callers 1

getRefIDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected