LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
#include <lf/io/gmsh_file_v4.h>
Public Attributes | |
std::size_t | num_nodes = -1 |
Total number of nodes in the mesh. More... | |
std::size_t | min_node_tag = 0 |
Smallest node tag that exists. More... | |
std::size_t | max_node_tag = 0 |
biggest node tag that exists More... | |
std::vector< NodeBlock > | node_blocks |
The nodes that make up this mesh organized in blocks. More... | |
Definition at line 297 of file gmsh_file_v4.h.
std::size_t lf::io::GMshFileV4::Nodes::max_node_tag = 0 |
biggest node tag that exists
Definition at line 305 of file gmsh_file_v4.h.
Referenced by lf::io::GmshReader::InitGmshFile().
std::size_t lf::io::GMshFileV4::Nodes::min_node_tag = 0 |
Smallest node tag that exists.
Definition at line 302 of file gmsh_file_v4.h.
Referenced by lf::io::GmshReader::InitGmshFile().
std::vector<NodeBlock> lf::io::GMshFileV4::Nodes::node_blocks |
The nodes that make up this mesh organized in blocks.
Definition at line 311 of file gmsh_file_v4.h.
Referenced by lf::io::GmshReader::InitGmshFile().
std::size_t lf::io::GMshFileV4::Nodes::num_nodes = -1 |
Total number of nodes in the mesh.
Definition at line 299 of file gmsh_file_v4.h.