|
enum | MarkersConversionType { HERMES_ELEMENT_MARKERS_CONVERSION = 0,
HERMES_BOUNDARY_MARKERS_CONVERSION = 1
} |
|
|
class | Space< double > |
|
class | Space< std::complex< double > > |
|
class | Mesh |
|
Definition at line 230 of file mesh.h.
Lookup functions. Find a user marker for this internal marker.
Definition at line 1969 of file mesh.cpp.
int Hermes::Hermes2D::Mesh::MarkersConversion::insert_marker |
( |
std::string |
user_marker | ) |
|
Function inserting a marker into conversion_table_for_element_markers. This function controls if this user_marker x internal_marker is already present, and if not, it inserts the std::pair.
- Returns
- The internal marker where user_marker was inserted.
Definition at line 1953 of file mesh.cpp.
Referenced by Hermes::Hermes2D::Mesh::create().
std::map<int, std::string> Hermes::Hermes2D::Mesh::MarkersConversion::conversion_table |
|
protected |
Conversion tables between the std::string markers the user sets and the markers used internally as members of Elements, Nodes.
Definition at line 283 of file mesh.h.
Referenced by Hermes::Hermes2D::Mesh::free().
std::map<std::string, int> Hermes::Hermes2D::Mesh::MarkersConversion::conversion_table_inverse |
|
protected |
Inverse tables, so that it is possible to search using either the internal representation, or the user std::string value.
Definition at line 287 of file mesh.h.
Referenced by Hermes::Hermes2D::Mesh::free().
int Hermes::Hermes2D::Mesh::MarkersConversion::min_marker_unused |
|
protected |
Info about the maximum marker used so far, used in determining of the internal marker for a user-supplied std::string identification for the purpose of disambiguity.
Definition at line 279 of file mesh.h.
The documentation for this class was generated from the following files: