Flow123d  release_2.2.0-914-gf1a3a4f
Classes | Namespaces | 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_forward.hh"
#include "input/input_exception.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>
#include <boost/multi_index/mem_fun.hpp>
#include <boost/functional/hash.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::DimId
 
struct  RegionDB::OnlyID
 
struct  RegionDB::Label
 
struct  RegionDB::Index
 

Namespaces

 Input
 Abstract linear system class.
 
 Input::Type
 

Typedefs

typedef std::vector< RegionRegionSet
 
typedef std::map< std::string, RegionSetRegionSetTable
 Type representing a map of RegionSets. More...
 

Detailed Description

 * Copyright (C) 2015 Technical University of Liberec. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Todo:
  • komentar k RegionIdx
  • presun enum RegionType do public Region - komentar + pouzit v kodu
  • zkontrolovat chybove hlasky a ASSERTY, co z toho by melo byt pres exception?
- Seems that GMSH allows repeating ID and Label on regions of different dimension, therefore
  label and ID are not unique without dimension.

Definition in file region.hh.

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 129 of file region.hh.

typedef std::map<std::string, RegionSet > RegionSetTable

Type representing a map of RegionSets.

Definition at line 131 of file region.hh.