LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
Public Attributes | List of all members
lf::io::GMshFileV4::Elements Struct Reference

#include <lf/io/gmsh_file_v4.h>

Public Attributes

std::size_t num_elements = 0
 Total number of elements in the mesh.
 
std::size_t min_element_tag = 0
 minimum element tag
 
std::size_t max_element_tag = 0
 maximum element tag
 
std::vector< ElementBlockelement_blocks
 A list of all Elements (Points,Lines,Surfaces or Volumes) present in the *.msh file organized in blocks.
 

Detailed Description

Definition at line 418 of file gmsh_file_v4.h.

Member Data Documentation

◆ element_blocks

std::vector<ElementBlock> lf::io::GMshFileV4::Elements::element_blocks

A list of all Elements (Points,Lines,Surfaces or Volumes) present in the *.msh file organized in blocks.

Note
GMSH writes out all surface elements if the mesh is 2D and all volume elements if the mesh is 3d. Points, Lines (and Surfaces for 3D mesh) are not written to the file in general. They only appear if they are part of some physical entity.

Definition at line 437 of file gmsh_file_v4.h.

Referenced by lf::io::GmshReader::InitGmshFile().

◆ max_element_tag

std::size_t lf::io::GMshFileV4::Elements::max_element_tag = 0

maximum element tag

Definition at line 426 of file gmsh_file_v4.h.

◆ min_element_tag

std::size_t lf::io::GMshFileV4::Elements::min_element_tag = 0

minimum element tag

Definition at line 423 of file gmsh_file_v4.h.

◆ num_elements

std::size_t lf::io::GMshFileV4::Elements::num_elements = 0

Total number of elements in the mesh.

Definition at line 420 of file gmsh_file_v4.h.


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