| 160 | PlotFileData (std::string const& plotfile_name) : m_impl(new PlotFileDataImpl(plotfile_name)) {} |
| 161 | |
| 162 | [[nodiscard]] int spaceDim () const noexcept { return m_impl->spaceDim(); } |
| 163 | |
| 164 | [[nodiscard]] Real time () const noexcept { return m_impl->time(); } |
| 165 |