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

An entity of dimension 0. Usually an entity corresponds to a geometric construct as it is defined in the original *.geo file. Every entity consists of one or more elements and nodes. And every entity can belong to some physical tags. More...

#include <lf/io/gmsh_file_v4.h>

Public Attributes

int tag = -1
 
Eigen::Vector3d coord
 the coordinates of the point
 
std::vector< int > physical_tags
 The physical tags to which this entity belongs.
 

Detailed Description

An entity of dimension 0. Usually an entity corresponds to a geometric construct as it is defined in the original *.geo file. Every entity consists of one or more elements and nodes. And every entity can belong to some physical tags.

Definition at line 68 of file gmsh_file_v4.h.

Member Data Documentation

◆ coord

Eigen::Vector3d lf::io::GMshFileV4::PointEntity::coord

the coordinates of the point

Definition at line 73 of file gmsh_file_v4.h.

◆ physical_tags

std::vector<int> lf::io::GMshFileV4::PointEntity::physical_tags

The physical tags to which this entity belongs.

Definition at line 75 of file gmsh_file_v4.h.

◆ tag

int lf::io::GMshFileV4::PointEntity::tag = -1

A unique number that identifies this entity (there may be another entity with the same number but other dimension).

Definition at line 71 of file gmsh_file_v4.h.


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