![]() |
LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
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. | |
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.
Eigen::Vector3d lf::io::GMshFileV4::PointEntity::coord |
the coordinates of the point
Definition at line 73 of file gmsh_file_v4.h.
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.
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.