Return cell-centered box at element index of this BoxArray.
| 742 | |
| 743 | //! Return cell-centered box at element index of this BoxArray. |
| 744 | [[nodiscard]] Box getCellCenteredBox (int index) const noexcept { |
| 745 | return m_bat.coarsen(m_ref->m_abox[index]); |
| 746 | } |
| 747 | |
| 748 | /** |
| 749 | * \brief Return true if Box is valid and they all have the same |
no test coverage detected