Flow123d  JS_before_hm-919-g5f1bbbf
Public Member Functions | Public Attributes | List of all members
Mesh::ElementTmpData Struct Reference

#include <mesh.h>

Collaboration diagram for Mesh::ElementTmpData:
Collaboration graph
[legend]

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
 

Detailed Description

Allow store boundary element data to temporary structure.

We need this structure to preserve correct order of boundary elements.

Definition at line 397 of file mesh.h.

Constructor & Destructor Documentation

Mesh::ElementTmpData::ElementTmpData ( unsigned int  e_id,
unsigned int  dm,
RegionIdx  reg_idx,
unsigned int  part_id,
std::vector< unsigned int >  nodes 
)
inline

Constructor.

Definition at line 399 of file mesh.h.

Member Data Documentation

unsigned int Mesh::ElementTmpData::dim

Definition at line 403 of file mesh.h.

unsigned int Mesh::ElementTmpData::elm_id

Definition at line 402 of file mesh.h.

std::vector<unsigned int> Mesh::ElementTmpData::node_ids

Definition at line 406 of file mesh.h.

unsigned int Mesh::ElementTmpData::partition_id

Definition at line 405 of file mesh.h.

RegionIdx Mesh::ElementTmpData::region_idx

Definition at line 404 of file mesh.h.


The documentation for this struct was generated from the following file: