LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
lf::io::GMshFileV4::GhostElement Struct Reference

#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.
 

Detailed Description

Definition at line 483 of file gmsh_file_v4.h.

Member Data Documentation

◆ element_tag

std::size_t lf::io::GMshFileV4::GhostElement::element_tag = 0

uniquely identifies a mesh element (

See also
element_blocks)

Definition at line 485 of file gmsh_file_v4.h.

◆ ghost_partition_tags

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.

◆ partition_tag

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.


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