8 #ifndef SRC_IO_EQUATION_OUTPUT_HH_ 9 #define SRC_IO_EQUATION_OUTPUT_HH_ 12 #include <unordered_map> 13 #include <unordered_set> void add_output_times(double begin, double step, double end)
Common abstract parent of all Field<...> classes.
Container for various descendants of FieldCommonBase.
std::unordered_set< string > observe_fields_
Set of observed fields. The observe points are given within the observe stream.
void output(TimeStep step)
void initialize(std::shared_ptr< OutputTime > stream, Input::Record in_rec, const TimeGovernor &tg)
TimeMark::Type equation_fixed_type_
The fixed time mark type of the equation.
Basic time management functionality for unsteady (and steady) solvers (class Equation).
void read_from_input(Input::Record in_rec, const TimeGovernor &tg)
FieldCommon * field(const std::string &field_name) const
std::shared_ptr< OutputTime > stream_
output stream (may be shared by more equation)
std::unordered_map< string, OutputTimeSet > field_output_times_
Time sets of individual fields.
static Input::Type::Record & get_input_type()
bool is_field_output_time(const FieldCommon &field, TimeStep step) const
const Input::Type::Instance & make_output_type(const string &equation_name, const string &aditional_description="")
OutputTimeSet common_output_times_
The time set used for the fields without explicit time set.
TimeMark::Type equation_type_
The time mark type of the equation.
Representation of one time step..