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

Detailed Description

Definition at line 51 of file GmshMeshGenDriver.H.

Public Member Functions

 Opts (NEM::GEN::gmshParams params)
 

Public Attributes

NEM::GEN::gmshParams params {}
 

Private Member Functions

 Opts ()=default
 

Static Private Attributes

static constexpr const char * meshEngine = "gmsh"
 

Constructor & Destructor Documentation

◆ Opts() [1/2]

NEM::DRV::GmshMeshGenDriver::Opts::Opts ( NEM::GEN::gmshParams  params)
explicit

Definition at line 38 of file GmshMeshGenDriver.C.

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

◆ Opts() [2/2]

NEM::DRV::GmshMeshGenDriver::Opts::Opts ( )
privatedefault

Member Data Documentation

◆ meshEngine

constexpr const char* NEM::DRV::GmshMeshGenDriver::Opts::meshEngine = "gmsh"
staticprivate

Definition at line 58 of file GmshMeshGenDriver.H.

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

◆ params


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