Flow123d
Classes | Enumerations
field.hh File Reference
#include <memory>
#include <boost/circular_buffer.hpp>
#include "system/exceptions.hh"
#include "input/accessors.hh"
#include "coupling/time_marks.hh"
#include "coupling/time_governor.hh"
#include "fields/field_base.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  FieldCommonBase
 Common abstract parent of all Field<...> classes. More...
 
struct  FieldCommonBase::SharedData
 
class  Field< spacedim, Value >
 Class template representing a field with values dependent on: point, element, and region. More...
 
struct  Field< spacedim, Value >::SharedData
 
class  BCField< spacedim, Value >
 
class  MultiField< spacedim, Value >
 Class for representation of a vector of fields of the same physical quantity. More...
 

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 30 of file field.hh.