NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
NEM::MSH::inpGeoMesh::InpSets Struct Reference

Detailed Description

Definition at line 51 of file inpGeoMesh.H.

Public Attributes

std::map< std::string, std::set< vtkIdType > > nodeSets
 NSET keyword; indexing matches GeoMesh::mesh. More...
 
std::map< std::string, std::set< vtkIdType > > elSets
 ELSET keyword; indexing matches GeoMesh::mesh. More...
 
std::map< std::string, std::set< vtkIdType > > surfaces
 SURFACE keyword; indexing matches GeoMesh::sideSet. More...
 

Member Data Documentation

◆ elSets

std::map<std::string, std::set<vtkIdType> > NEM::MSH::inpGeoMesh::InpSets::elSets

◆ nodeSets

std::map<std::string, std::set<vtkIdType> > NEM::MSH::inpGeoMesh::InpSets::nodeSets

◆ surfaces

std::map<std::string, std::set<vtkIdType> > NEM::MSH::inpGeoMesh::InpSets::surfaces

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