Flow123d
jenkins-Flow123d-linux-release-multijob-282
|
#include <vector>
#include "system/exceptions.hh"
#include "fields/field_values.hh"
#include "input/accessors.hh"
#include "tools/time_marks.hh"
#include "tools/time_governor.hh"
#include "fields/field_flag.hh"
#include "fields/unit_si.hh"
#include "io/output_time.hh"
Go to the source code of this file.
Classes | |
class | FieldCommon |
Common abstract parent of all Field<...> classes. More... | |
struct | FieldCommon::SharedData |
Enumerations | |
enum | LimitSide { LimitSide::left =0, LimitSide::right =1, LimitSide::unknown =2 } |
|
strong |
Left and right time limit, used in the set_time()
method. Assigned values allow to index an array.
Enumerator | |
---|---|
left | |
right | |
unknown |
Definition at line 33 of file field_common.hh.