| 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 | }; |