|
Flow123d
DF_mechanic_bench-71cc9cb
|
#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 |