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::GmshToExoConversionDriver::Opts Struct Reference

Detailed Description

Definition at line 67 of file GmshToExoConversionDriver.H.

Public Member Functions

 Opts (int numMeshes, std::vector< MeshData > meshData, bool needsPostProc)
 

Public Attributes

int numMeshes {}
 
std::vector< MeshDatameshData {}
 
bool needsPostProc {}
 
int numTasks {0}
 
std::vector< PostProcTasktasks {}
 

Private Member Functions

 Opts ()=default
 

Static Private Attributes

static constexpr const char * methodName = "GMSH->EXO"
 

Constructor & Destructor Documentation

◆ Opts() [1/2]

NEM::DRV::GmshToExoConversionDriver::Opts::Opts ( int  numMeshes,
std::vector< MeshData meshData,
bool  needsPostProc 
)

◆ Opts() [2/2]

NEM::DRV::GmshToExoConversionDriver::Opts::Opts ( )
privatedefault

Member Data Documentation

◆ meshData

std::vector<MeshData> NEM::DRV::GmshToExoConversionDriver::Opts::meshData {}

◆ methodName

constexpr const char* NEM::DRV::GmshToExoConversionDriver::Opts::methodName = "GMSH->EXO"
staticprivate

Definition at line 78 of file GmshToExoConversionDriver.H.

Referenced by NEM::DRV::JSON::rangeToVec().

◆ needsPostProc

bool NEM::DRV::GmshToExoConversionDriver::Opts::needsPostProc {}

◆ numMeshes

int NEM::DRV::GmshToExoConversionDriver::Opts::numMeshes {}

◆ numTasks

int NEM::DRV::GmshToExoConversionDriver::Opts::numTasks {0}

◆ tasks

std::vector<PostProcTask> NEM::DRV::GmshToExoConversionDriver::Opts::tasks {}

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