20 #ifndef OPM_WRITE_RESTART_FILE_EVENTS_HPP
21 #define OPM_WRITE_RESTART_FILE_EVENTS_HPP
33 void resize(
const std::size_t numReportSteps);
34 void clearRemainingEvents(
const std::size_t start);
35 void addRestartOutput(
const std::size_t reportStep);
37 bool writeRestartFile(
const std::size_t reportStep)
const;
39 std::optional<std::size_t>
40 lastRestartEventBefore(
const std::size_t reportStep)
const;
46 template <
class Serializer>
49 serializer(this->write_restart_file_);
53 std::vector<std::uint_fast64_t> write_restart_file_{};
Definition: Serializer.hpp:38
Definition: WriteRestartFileEvents.hpp:31
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29