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::DRV::MeshGenDriver::MeshGenFiles Struct Reference

Detailed Description

Definition at line 40 of file MeshGenDriver.H.

Public Member Functions

 MeshGenFiles (std::string geometry, std::string output)
 

Public Attributes

std::string inputGeoFile {}
 
std::string outputMeshFile {}
 

Private Member Functions

 MeshGenFiles ()=default
 

Constructor & Destructor Documentation

◆ MeshGenFiles() [1/2]

NEM::DRV::MeshGenDriver::MeshGenFiles::MeshGenFiles ( std::string  geometry,
std::string  output 
)

Definition at line 34 of file MeshGen/MeshGenDriver.C.

36  : inputGeoFile(std::move(geometry)), outputMeshFile(std::move(output)) {}

◆ MeshGenFiles() [2/2]

NEM::DRV::MeshGenDriver::MeshGenFiles::MeshGenFiles ( )
privatedefault

Member Data Documentation

◆ inputGeoFile

◆ outputMeshFile

std::string NEM::DRV::MeshGenDriver::MeshGenFiles::outputMeshFile {}

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