![]() |
LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
A higher-dimensional entity (which is not a point) such as a curve, surface or volume. It usually corresponds to an entity as it is created in a *.geo file. Every such entity consists of nodes and elements and is bounded by lower-dimensional entities. More...
#include <lf/io/gmsh_file_v4.h>
Public Attributes | |
int | tag = -1 |
Eigen::Vector3d | min_coord |
min_coord and max_coord define a bounding box within which the entity lies. | |
Eigen::Vector3d | max_coord |
min_coord and max_coord define a bounding box within which the entity lies. | |
std::vector< int > | physical_tags |
The physical tags that identify the physical names to which this entity belongs. | |
std::vector< int > | bounding_entities |
The bounding entities (one dimension smaller) that bound this entity. | |
A higher-dimensional entity (which is not a point) such as a curve, surface or volume. It usually corresponds to an entity as it is created in a *.geo file. Every such entity consists of nodes and elements and is bounded by lower-dimensional entities.
Definition at line 89 of file gmsh_file_v4.h.
std::vector<int> lf::io::GMshFileV4::Entity::bounding_entities |
The bounding entities (one dimension smaller) that bound this entity.
Definition at line 110 of file gmsh_file_v4.h.
Eigen::Vector3d lf::io::GMshFileV4::Entity::max_coord |
min_coord
and max_coord
define a bounding box within which the entity lies.
Definition at line 99 of file gmsh_file_v4.h.
Eigen::Vector3d lf::io::GMshFileV4::Entity::min_coord |
min_coord
and max_coord
define a bounding box within which the entity lies.
Definition at line 97 of file gmsh_file_v4.h.
std::vector<int> lf::io::GMshFileV4::Entity::physical_tags |
The physical tags that identify the physical names to which this entity belongs.
Definition at line 105 of file gmsh_file_v4.h.
int lf::io::GMshFileV4::Entity::tag = -1 |
unique number that identifies this entity (entities of different dimensions can have the same number!)
Definition at line 92 of file gmsh_file_v4.h.