Flow123d
jenkins-Flow123d-linux-release-multijob-282
|
This is the complete list of members for RegionDB, including all inherited members.
add_region(unsigned int id, const std::string &label, unsigned int dim) | RegionDB | |
add_region(unsigned int id, const std::string &label) | RegionDB | |
add_region(unsigned int id, unsigned int dim) | RegionDB | |
add_set(const string &set_name, const RegionSet &set) | RegionDB | |
add_to_set(const string &set_name, Region region) | RegionDB | |
all | RegionDB | private |
boundary | RegionDB | private |
boundary_size() const | RegionDB | |
bulk | RegionDB | private |
bulk_size() const | RegionDB | |
close() | RegionDB | |
closed_ | RegionDB | private |
create_label_from_id(const string &label, unsigned int id) | RegionDB | private |
DECLARE_EXCEPTION(ExcAddingIntoClosed,<< "Can not add label="<< EI_Label::qval<< " into closed MaterialDispatch.\n") | RegionDB | |
DECLARE_EXCEPTION(ExcNonuniqueID,<< "Non-unique ID during add of region id: "<< EI_ID::val<< ", label: "<< EI_Label::qval<< "\n"<< "other region with same ID but different label: "<< EI_LabelOfOtherID::qval<< " already exists\n") | RegionDB | |
DECLARE_EXCEPTION(ExcNonuniqueLabel,<< "Non-unique label during add of region id: "<< EI_ID::val<< ", label: "<< EI_Label::qval<< "\n"<< "other region with same label but different ID: "<< EI_IDOfOtherLabel::val<< " already exists\n") | RegionDB | |
DECLARE_EXCEPTION(ExcInconsistentBoundary,<< "Inconsistent add of region with id: "<< EI_ID::val<< ", label: "<< EI_Label::qval<< "\n"<< "both ID and label match an existing region with different boundary flag.") | RegionDB | |
DECLARE_EXCEPTION(ExcInconsistentDimension,<< "Inconsistent add of region with id: "<< EI_ID::val<< ", label: "<< EI_Label::qval<< "\n"<< "both ID and label match an existing region with different dimension.") | RegionDB | |
DECLARE_EXCEPTION(ExcCantAdd,<< "Can not add new region into DB, id: "<< EI_ID::val<<", label: "<< EI_Label::qval) | RegionDB | |
DECLARE_EXCEPTION(ExcUnknownSet,<< "Operation with unknown region set: "<< EI_Label::qval) | RegionDB | |
DECLARE_INPUT_EXCEPTION(ExcUnknownSetOperand,<< "Operation with unknown region set: "<< EI_Label::qval) | RegionDB | |
DECLARE_INPUT_EXCEPTION(ExcWrongOpNumber,<< "Wrong number of operands. Expect 2, given: "<< EI_NumOp::val) | RegionDB | |
DECLARE_INPUT_EXCEPTION(ExcUniqueRegionId,<< "Id of region must be unique, id: "<< EI_ID::val) | RegionDB | |
difference(const string &set_name_1, const string &set_name_2) | RegionDB | |
DimID typedef | RegionDB | private |
DimIDIter typedef | RegionDB | private |
find_by_dimid(DimIDIter it_id, unsigned int id, const std::string &label, bool boundary) | RegionDB | private |
find_id(unsigned int id, unsigned int dim) const | RegionDB | |
find_id(unsigned int id) const | RegionDB | |
find_label(const std::string &label) const | RegionDB | |
get_and_check_operands(const Input::Array &operands) | RegionDB | private |
get_dim(unsigned int idx) const | RegionDB | |
get_id(unsigned int idx) const | RegionDB | |
get_label(unsigned int idx) const | RegionDB | |
get_region_set(const string &set_name) const | RegionDB | |
implicit_boundary_ | RegionDB | private |
implicit_boundary_region() | RegionDB | |
implicit_bulk_ | RegionDB | private |
insert_region(unsigned int id, const std::string &label, unsigned int dim, bool boundary) | RegionDB | private |
intersection(const string &set_name_1, const string &set_name_2) | RegionDB | |
is_boundary(const std::string &label) | RegionDB | inlineprivate |
LabelIter typedef | RegionDB | private |
MapElementIDToRegionID typedef | RegionDB | |
max_n_regions | RegionDB | static |
n_boundary_ | RegionDB | private |
n_bulk_ | RegionDB | private |
OnlyIDIter typedef | RegionDB | private |
prepare_sets(const string &set_name_1, const string &set_name_2, RegionSet &set_1, RegionSet &set_2) | RegionDB | private |
read_regions_from_input(Input::Array region_list, MapElementIDToRegionID &map) | RegionDB | |
read_sets_from_input(Input::Array arr) | RegionDB | |
region_input_type | RegionDB | static |
region_set_ | RegionDB | private |
region_set_input_type | RegionDB | static |
RegionDB() | RegionDB | |
RegionTable typedef | RegionDB | private |
replace_region_dim(DimIDIter it_undef_dim, unsigned int dim, bool boundary) | RegionDB | private |
sets_ | RegionDB | private |
size() const | RegionDB | |
TYPEDEF_ERR_INFO(EI_Label, const std::string) | RegionDB | |
TYPEDEF_ERR_INFO(EI_ID, unsigned int) | RegionDB | |
TYPEDEF_ERR_INFO(EI_IDOfOtherLabel, unsigned int) | RegionDB | |
TYPEDEF_ERR_INFO(EI_LabelOfOtherID, const std::string) | RegionDB | |
TYPEDEF_ERR_INFO(EI_NumOp, unsigned int) | RegionDB | |
undefined_dim | RegionDB | static |
union_sets(const string &set_name_1, const string &set_name_2) | RegionDB |