![]() |
LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
A higher dimensional partitioned entity. More...
#include <lf/io/gmsh_file_v4.h>
Public Attributes | |
int | tag = -1 |
unique number that identifies this partitioned entity. | |
int | parent_dim = -1 |
The dimension of the parent entity to which this partitioned entity belongs. | |
int | parent_tag = -1 |
The tag of the parent entity to which this partitioned entity belongs. | |
std::vector< int > | partitions |
to which partitions does this entity belong? | |
Eigen::Vector3d | min_coord |
the min_coord and max_coord define the (axis-aligned) bounding box within which this partitioned entity lies. | |
Eigen::Vector3d | max_coord |
the min_coord and max_coord define the (axis-aligned) bounding box within which this partitioned entity lies. | |
std::vector< int > | physical_tags |
the physical tags to which this partitioned entity belongs | |
std::vector< int > | bounding_entities |
The tags of the partitioned entities of one smaller dimension that bound this partitioned entity. | |
A higher dimensional partitioned entity.
Definition at line 182 of file gmsh_file_v4.h.
std::vector<int> lf::io::GMshFileV4::PartitionedEntity::bounding_entities |
The tags of the partitioned entities of one smaller dimension that bound this partitioned entity.
Definition at line 223 of file gmsh_file_v4.h.
Eigen::Vector3d lf::io::GMshFileV4::PartitionedEntity::max_coord |
the min_coord
and max_coord
define the (axis-aligned) bounding box within which this partitioned entity lies.
Definition at line 212 of file gmsh_file_v4.h.
Eigen::Vector3d lf::io::GMshFileV4::PartitionedEntity::min_coord |
the min_coord
and max_coord
define the (axis-aligned) bounding box within which this partitioned entity lies.
Definition at line 209 of file gmsh_file_v4.h.
int lf::io::GMshFileV4::PartitionedEntity::parent_dim = -1 |
The dimension of the parent entity to which this partitioned entity belongs.
Definition at line 192 of file gmsh_file_v4.h.
int lf::io::GMshFileV4::PartitionedEntity::parent_tag = -1 |
The tag of the parent entity to which this partitioned entity belongs.
Definition at line 198 of file gmsh_file_v4.h.
std::vector<int> lf::io::GMshFileV4::PartitionedEntity::partitions |
to which partitions does this entity belong?
Definition at line 203 of file gmsh_file_v4.h.
std::vector<int> lf::io::GMshFileV4::PartitionedEntity::physical_tags |
the physical tags to which this partitioned entity belongs
Definition at line 217 of file gmsh_file_v4.h.
int lf::io::GMshFileV4::PartitionedEntity::tag = -1 |
unique number that identifies this partitioned entity.
Definition at line 186 of file gmsh_file_v4.h.