Flow123d  master-f44eb46
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 585 of file mesh.h.

Constructor & Destructor Documentation

◆ ElementTmpData()

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 587 of file mesh.h.

Member Data Documentation

◆ dim

unsigned int Mesh::ElementTmpData::dim

Definition at line 591 of file mesh.h.

◆ elm_id

unsigned int Mesh::ElementTmpData::elm_id

Definition at line 590 of file mesh.h.

◆ node_ids

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

Definition at line 594 of file mesh.h.

◆ partition_id

unsigned int Mesh::ElementTmpData::partition_id

Definition at line 593 of file mesh.h.

◆ region_idx

RegionIdx Mesh::ElementTmpData::region_idx

Definition at line 592 of file mesh.h.


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