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

Method doiHi

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

Source from the content-addressed store, hash-verified

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(); }
148};

Callers 2

doiHiMethod · 0.45
getDoiHiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected