![]() |
LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
#include <lf/io/gmsh_file_v4.h>
Public Attributes | |
std::size_t | element_tag = 0 |
uniquely identifies a mesh element ( | |
int | partition_tag = -1 |
defines the partition to which this element belongs (mainly) | |
std::vector< int > | ghost_partition_tags |
references a ghost_entities by tag, if this mesh element is a ghost entity for that mesh partition. | |
Definition at line 483 of file gmsh_file_v4.h.
std::size_t lf::io::GMshFileV4::GhostElement::element_tag = 0 |
uniquely identifies a mesh element (
Definition at line 485 of file gmsh_file_v4.h.
std::vector<int> lf::io::GMshFileV4::GhostElement::ghost_partition_tags |
references a ghost_entities by tag, if this mesh element is a ghost entity for that mesh partition.
Definition at line 492 of file gmsh_file_v4.h.
int lf::io::GMshFileV4::GhostElement::partition_tag = -1 |
defines the partition to which this element belongs (mainly)
Definition at line 488 of file gmsh_file_v4.h.