Struct xlifepp::GELT#

struct GELT

Gmsh element.

Public Functions

inline GELT()#

plain element by default

Public Members

number_t elty#

element type number in Gmsh

GeomElement *ge_p#

address of the corresponding GeomElement

number_t ndom#

number of the physical entity

number_t ndom2#

number of the elementary geometrical entity (only used for cracked domains)

vector<number_t> nums#

node numbers defining the element

vector<number_t> parts#

partition numbers related to the element (the first one is the partition containing the element)

bool plain#

true if this GeomElement is created as a plain element, false if it is a side element

number_t readOrder#

only used to make the sort function give the same result on different systems