28 NextStep(
double value,
bool every_report);
30 bool every_report()
const;
31 bool operator==(
const NextStep& other)
const;
32 static NextStep serializationTestObject();
34 template<
class Serializer>
37 serializer(this->next_tstep);
38 serializer(this->persist);
49 static Tuning serializationTestObject();
62 bool TMAXWC_has_value =
false;
76 bool TRGSFT_has_value =
false;
91 bool XXXDPR_has_value =
false;
101 int WSEG_MAX_RESTART;
102 double WSEG_REDUCTION_FACTOR;
103 double WSEG_INCREASE_FACTOR;
106 bool operator==(
const Tuning& data)
const;
107 bool operator !=(
const Tuning& data)
const {
108 return !(*
this == data);
111 template<
class Serializer>
124 serializer(TMAXWC_has_value);
137 serializer(TRGSFT_has_value);
151 serializer(XXXDPR_has_value);
153 serializer(WSEG_MAX_RESTART);
154 serializer(WSEG_REDUCTION_FACTOR);
155 serializer(WSEG_INCREASE_FACTOR);
Definition: Tuning.hpp:25
Class for (de-)serializing.
Definition: Serializer.hpp:84
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: Tuning.hpp:46