![]() |
OGS
|
Definition of the MeshSurfaceExtraction class.
Definition in file MeshSurfaceExtraction.h.
#include <Eigen/Core>#include <cstddef>#include <vector>#include "MeshLib/Mesh.h"#include "MeshLib/Properties.h"Go to the source code of this file.
Classes | |
| class | MeshToolsLib::MeshSurfaceExtraction |
| A set of tools concerned with extracting nodes and elements from a mesh surface. More... | |
Namespaces | |
| namespace | MeshLib |
| namespace | MeshToolsLib |
| namespace | MeshToolsLib::BoundaryExtraction |
Functions | |
| std::unique_ptr< MeshLib::Mesh > | MeshToolsLib::BoundaryExtraction::getBoundaryElementsAsMesh (MeshLib::Mesh const &bulk_mesh, std::string_view subsfc_node_id_prop_name, std::string_view subsfc_element_id_prop_name, std::string_view face_id_prop_name) |
| void | MeshToolsLib::addBulkIDPropertiesToMesh (MeshLib::Mesh &surface_mesh, std::string_view node_to_bulk_node_id_map_name, std::vector< std::size_t > const &node_to_bulk_node_id_map, std::string_view element_to_bulk_element_id_map_name, std::vector< std::size_t > const &element_to_bulk_element_id_map, std::string_view element_to_bulk_face_id_map_name, std::vector< std::size_t > const &element_to_bulk_face_id_map) |