19 #ifndef SCHEDULE_RESTART_INFO_HPP 20 #define SCHEDULE_RESTART_INFO_HPP 28 namespace RestartIO {
struct RstState; }
33 std::size_t report_step{0};
42 template<
class Serializer>
45 serializer(this->time);
46 serializer(this->report_step);
47 serializer(this->skiprest);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: ScheduleRestartInfo.hpp:30
Class for (de-)serializing.
Definition: Serializer.hpp:94