| 162 | [[nodiscard]] int spaceDim () const noexcept { return m_impl->spaceDim(); } |
| 163 | |
| 164 | [[nodiscard]] Real time () const noexcept { return m_impl->time(); } |
| 165 | |
| 166 | [[nodiscard]] int finestLevel () const noexcept { return m_impl->finestLevel(); } |
| 167 |