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

Method doiLo

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

Source from the content-addressed store, hash-verified

142 [[nodiscard]] Box operator() (const Box& bx) const noexcept { return bx; }
143 [[nodiscard]] static constexpr Box coarsen (Box const& a_box) { return a_box; }
144 [[nodiscard]] static constexpr IntVect doiLo () { return IntVect::TheZeroVector(); }
145 [[nodiscard]] static constexpr IntVect doiHi () { return IntVect::TheZeroVector(); }
146 [[nodiscard]] static constexpr IndexType index_type () { return IndexType(); }
147 [[nodiscard]] static constexpr IntVect coarsen_ratio () { return IntVect::TheUnitVector(); }

Callers 2

doiLoMethod · 0.45
getDoiLoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected