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.
inpGeoMesh.C File Reference

Go to the source code of this file.

Namespaces

 NEM
 
 NEM::MSH
 

Functions

 NEM::MSH::vtkStandardNewMacro (inpGeoMesh)
 

Variable Documentation

◆ cellType

◆ currCellType

VTKCellType currCellType {VTK_EMPTY_CELL}
private

Definition at line 309 of file inpGeoMesh.C.

◆ currContinue

Continue currContinue {Continue::NONE}
private

If previous line was data line that is continued, DATA. Otherwose, NONE

Definition at line 315 of file inpGeoMesh.C.

◆ currId

vtkIdType currId {-1}
private

Otherwise, undefined.

Definition at line 321 of file inpGeoMesh.C.

◆ currKw

Keyword currKw {Keyword::UNKNOWN}
private

Definition at line 301 of file inpGeoMesh.C.

◆ currKwParams

std::map<std::string, std::string> currKwParams {}
private

Definition at line 305 of file inpGeoMesh.C.

◆ currSet

std::string currSet {}
private

Definition at line 326 of file inpGeoMesh.C.

◆ elems

std::map<std::string, std::vector<Elem> > elems {}

Definition at line 144 of file inpGeoMesh.C.

Referenced by ConservativeSurfaceTransfer::run().

◆ elSets

std::map<std::string, std::vector<vtkIdType> > elSets {}

Definition at line 148 of file inpGeoMesh.C.

◆ id

◆ maxDim

int maxDim {0}

Definition at line 135 of file inpGeoMesh.C.

Referenced by NEM::MSH::smeshGeoMesh::SmeshToGM().

◆ mesh_

Mesh mesh_ {}
private

Definition at line 280 of file inpGeoMesh.C.

◆ nodes

std::vector<std::pair<vtkIdType, std::vector<double> > > nodes {}

◆ nodeSets

std::map<std::string, std::vector<vtkIdType> > nodeSets {}

Definition at line 152 of file inpGeoMesh.C.

Referenced by NEM::MSH::exoGeoMesh::exoGeoMesh().

◆ points

◆ surfaces