Flow123d  jenkins-Flow123d-linux-release-multijob-282
Classes | Enumerations
field_common.hh File Reference
#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"
This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

enum LimitSide
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.