LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
Represents a physical entity as defined in gmsh. In GMSH a Physical entity is created through one of the commands Physical Point
, Physical Line
, Physical Surface
or Physical Volume
and represents a collection of points, lines, surfaces or volumes.
More...
#include <lf/io/gmsh_file_v2.h>
Public Attributes | |
int | Dimension = 0 |
int | Number = 0 |
The identification number of the Physical Entity This number is assigned to a physical entity as the first/second (if there is a name) argument of a Physical Point , Physical Line , Physical Surface or Physical Volume command. More... | |
std::string | Name |
The name of this Physical Entity (provided. More... | |
Represents a physical entity as defined in gmsh. In GMSH a Physical entity is created through one of the commands Physical Point
, Physical Line
, Physical Surface
or Physical Volume
and represents a collection of points, lines, surfaces or volumes.
Every Physical Entity has:
Definition at line 40 of file gmsh_file_v2.h.
int lf::io::GMshFileV2::PhysicalEntity::Dimension = 0 |
Physical dimension of this physical name (1 for lines, 2 for surfaces etc.)
Definition at line 43 of file gmsh_file_v2.h.
std::string lf::io::GMshFileV2::PhysicalEntity::Name |
The name of this Physical Entity (provided.
Definition at line 54 of file gmsh_file_v2.h.
int lf::io::GMshFileV2::PhysicalEntity::Number = 0 |
The identification number of the Physical Entity This number is assigned to a physical entity as the first/second (if there is a name) argument of a Physical Point
, Physical Line
, Physical Surface
or Physical Volume
command.
The identification number of the physical entity (is specified in GMSH with the command Physical Point
, Physical Line
, Surface etc.)
Definition at line 52 of file gmsh_file_v2.h.