30struct ScheduleRestartInfo
33 std::size_t report_step{0};
36 ScheduleRestartInfo() =
default;
39 bool operator==(
const ScheduleRestartInfo& other)
const;
40 static ScheduleRestartInfo serializationTestObject();
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