LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
#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< ElementBlock > | element_blocks |
A list of all Elements (Points,Lines,Surfaces or Volumes) present in the *.msh file organized in blocks. | |
Definition at line 418 of file gmsh_file_v4.h.
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.
Definition at line 437 of file gmsh_file_v4.h.
Referenced by lf::io::GmshReader::InitGmshFile().
std::size_t lf::io::GMshFileV4::Elements::max_element_tag = 0 |
maximum element tag
Definition at line 426 of file gmsh_file_v4.h.
std::size_t lf::io::GMshFileV4::Elements::min_element_tag = 0 |
minimum element tag
Definition at line 423 of file gmsh_file_v4.h.
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.