Flow123d
Classes | Namespaces | Constant Groups | Typedefs
region.hh File Reference
#include <string>
#include <vector>
#include <map>
#include "system/system.hh"
#include "system/global_defs.h"
#include "system/exceptions.hh"
#include "input/accessors.hh"
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/random_access_index.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/member.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RegionIdx
 
class  Region
 
class  RegionDB
 
struct  RegionDB::RegionItem
 One item in region database. More...
 
struct  RegionDB::ID
 
struct  RegionDB::Label
 
struct  RegionDB::Index
 

Namespaces

 Input
 
 Input::Type
 

Constant Groups

 Input
 
 Input::Type
 

Typedefs

typedef std::vector< RegionRegionSet
 

Typedef Documentation

Type representing a set of regions. CAn be used to set function(field) on more regions at once, possibly across meshes

Regions stored in region set are always unique

Definition at line 209 of file region.hh.