57 void add_block(ScheduleTimeType time_type,
const time_point& t,
61 const ScheduleBlock& operator[](
const std::size_t index)
const;
62 std::vector<ScheduleBlock>::const_iterator begin()
const;
63 std::vector<ScheduleBlock>::const_iterator end()
const;
64 std::size_t size()
const;
65 std::size_t restart_offset()
const;
67 double seconds(std::size_t timeStep)
const;
71 template<
class Serializer>
73 serializer(m_restart_time);
74 serializer(m_restart_offset);
77 serializer(m_location);
80 void dump_deck(std::ostream& os,
const UnitSystem& usys)
const;
83 time_point m_restart_time;
84 std::size_t m_restart_offset;
87 std::vector<ScheduleBlock> m_blocks;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30
Definition ScheduleDeck.cpp:47