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::DriverOutFile Struct Reference

Detailed Description

Definition at line 74 of file NemDriver.H.

Public Member Functions

 DriverOutFile (std::string output)
 

Public Attributes

std::string outputFile {}
 

Private Member Functions

 DriverOutFile ()=default
 

Constructor & Destructor Documentation

◆ DriverOutFile() [1/2]

NEM::DRV::DriverOutFile::DriverOutFile ( std::string  output)
explicit

Definition at line 41 of file NemDriver.C.

42  : outputFile(std::move(output)) {}
std::string outputFile
Definition: NemDriver.H:78

◆ DriverOutFile() [2/2]

NEM::DRV::DriverOutFile::DriverOutFile ( )
privatedefault

Member Data Documentation

◆ outputFile


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