Flow123d
JS_before_hm-1-ge159291
|
#include <mesh.h>
Public Member Functions | |
ElementTmpData (unsigned int e_id, unsigned int dm, RegionIdx reg_idx, unsigned int part_id, std::vector< unsigned int > nodes) | |
Constructor. More... | |
Public Attributes | |
unsigned int | elm_id |
unsigned int | dim |
RegionIdx | region_idx |
unsigned int | partition_id |
std::vector< unsigned int > | node_ids |
Allow store boundary element data to temporary structure.
We need this structure to preserve correct order of boundary elements.
|
inline |
std::vector<unsigned int> Mesh::ElementTmpData::node_ids |