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

Detailed Description

Definition at line 51 of file CFMeshMeshGenDriver.H.

Public Member Functions

 Opts (cfmeshParams params)
 

Public Attributes

cfmeshParams params {}
 

Private Member Functions

 Opts ()=default
 

Static Private Attributes

static constexpr const char * meshEngine = "cfmesh"
 

Constructor & Destructor Documentation

◆ Opts() [1/2]

NEM::DRV::CFMeshMeshGenDriver::Opts::Opts ( cfmeshParams  params)
explicit

Definition at line 37 of file CFMeshMeshGenDriver.C.

38  : params(std::move(params)) {}

◆ Opts() [2/2]

NEM::DRV::CFMeshMeshGenDriver::Opts::Opts ( )
privatedefault

Member Data Documentation

◆ meshEngine

constexpr const char* NEM::DRV::CFMeshMeshGenDriver::Opts::meshEngine = "cfmesh"
staticprivate

Definition at line 58 of file CFMeshMeshGenDriver.H.

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

◆ params


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