Loading [MathJax]/extensions/MathMenu.js
OGS
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
MeshToolsLib::NodesPartitionResult Struct Reference

Detailed Description

Definition at line 29 of file PartitionNodesByCoordinateMatch.h.

#include <PartitionNodesByCoordinateMatch.h>

Public Attributes

std::vector< MeshLib::Node * > paired_nodes
 
std::optional< std::vector< std::size_t > > id_mapping
 
std::optional< std::vector< MeshLib::Node * > > non_paired_nodes
 

Member Data Documentation

◆ id_mapping

std::optional<std::vector<std::size_t> > MeshToolsLib::NodesPartitionResult::id_mapping

Definition at line 32 of file PartitionNodesByCoordinateMatch.h.

◆ non_paired_nodes

std::optional<std::vector<MeshLib::Node*> > MeshToolsLib::NodesPartitionResult::non_paired_nodes

Definition at line 33 of file PartitionNodesByCoordinateMatch.h.

◆ paired_nodes

std::vector<MeshLib::Node*> MeshToolsLib::NodesPartitionResult::paired_nodes

Definition at line 31 of file PartitionNodesByCoordinateMatch.h.


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