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

Detailed Description

Definition at line 53 of file TransferDriver.H.

Public Member Functions

 Opts (std::string method, bool checkQuality)
 

Public Attributes

std::string method {}
 
bool checkQuality {}
 
jsoncons::optional< std::vector< std::string > > arrayNames {}
 

Private Member Functions

 Opts ()=default
 

Constructor & Destructor Documentation

◆ Opts() [1/2]

NEM::DRV::TransferDriver::Opts::Opts ( std::string  method,
bool  checkQuality 
)

Definition at line 53 of file TransferDriver.C.

◆ Opts() [2/2]

NEM::DRV::TransferDriver::Opts::Opts ( )
privatedefault

Member Data Documentation

◆ arrayNames

jsoncons::optional<std::vector<std::string> > NEM::DRV::TransferDriver::Opts::arrayNames {}

Definition at line 58 of file TransferDriver.H.

Referenced by NEM::DRV::TransferDriver::execute().

◆ checkQuality

bool NEM::DRV::TransferDriver::Opts::checkQuality {}

Definition at line 57 of file TransferDriver.H.

Referenced by NEM::DRV::TransferDriver::execute().

◆ method

std::string NEM::DRV::TransferDriver::Opts::method {}

Definition at line 56 of file TransferDriver.H.

Referenced by NEM::DRV::TransferDriver::execute().


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