Flow123d  master-f44eb46
Classes | Namespaces | Typedefs
observe.hh File Reference
#include <iosfwd>
#include <map>
#include <memory>
#include <new>
#include <string>
#include <vector>
#include <armadillo>
#include "input/accessors.hh"
#include "input/input_exception.hh"
#include "system/exceptions.hh"
#include "system/armadillo_tools.hh"
#include "system/index_types.hh"
#include "mesh/range_wrapper.hh"
#include "tools/general_iterator.hh"
#include "la/distribution.hh"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PatchPointData
 Holds data of one eval point on patch (index of element and local coordinations). More...
 
class  ObservePointData
 
class  ObservePoint
 
class  Observe
 
class  ObservePointAccessor
 Point accessor allow iterate over local Observe points. More...
 

Namespaces

 Input
 Abstract linear system class.
 
 Input::Type
 

Typedefs

typedef std::vector< PatchPointDataPatchPointVec
 

Typedef Documentation

◆ PatchPointVec

Definition at line 56 of file observe.hh.