LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
lf::io::GMshFileV4::PhysicalName Struct Reference

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.
 

Detailed Description

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:

  • A dimension (of the entities that it contains)
  • A (integer) tag which must be unique per dimension, i.e. a point and a line can have the same number
  • A name (string)

Definition at line 40 of file gmsh_file_v4.h.

Member Data Documentation

◆ dimension

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.

◆ name

std::string lf::io::GMshFileV4::PhysicalName::name

The name of this Physical Entity (provided.

Definition at line 52 of file gmsh_file_v4.h.

◆ physical_tag

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.


The documentation for this struct was generated from the following file: