![]() |
LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
Represents a physical name as defined in gmsh. In GMSH a Physical name 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_v4.h>
Public Attributes | |
int | dimension = 0 |
int | physical_tag = 0 |
The identification number of the Physical name This number is assigned to a physical entity as the first/second argument (if there is a name) argument of a Physical Point , Physical Line , Physical Surface or Physical Volume command. | |
std::string | name |
The name of this Physical Entity (provided. | |
Represents a physical name as defined in gmsh. In GMSH a Physical name 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_v4.h.
int lf::io::GMshFileV4::PhysicalName::dimension = 0 |
Physical dimension of this physical name (1 for lines, 2 for surfaces etc.)
Definition at line 43 of file gmsh_file_v4.h.
std::string lf::io::GMshFileV4::PhysicalName::name |
The name of this Physical Entity (provided.
Definition at line 52 of file gmsh_file_v4.h.
int lf::io::GMshFileV4::PhysicalName::physical_tag = 0 |
The identification number of the Physical name This number is assigned to a physical entity as the first/second argument (if there is a name) argument of a Physical Point
, Physical Line
, Physical Surface
or Physical Volume
command.
Definition at line 50 of file gmsh_file_v4.h.