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.
shmSurfRefine Struct Reference

A structure to represent geometry surface refining capability in snappymeshgGen. More...

Detailed Description

Definition at line 95 of file snappymeshParams.H.

Public Attributes

std::string refPatchName
 Refining region patch name. More...
 
std::string patchType {"NO"}
 
double minLvl {1.}
 < Patch Type in Mesh More...
 
int maxLvl
 Maximum refinement level. More...
 

Member Data Documentation

◆ maxLvl

int shmSurfRefine::maxLvl

Definition at line 100 of file snappymeshParams.H.

Referenced by NEM::DRV::MeshGenDriver::MeshGenDriver().

◆ minLvl

double shmSurfRefine::minLvl {1.}

Minimum refinement level

Definition at line 99 of file snappymeshParams.H.

Referenced by NEM::DRV::MeshGenDriver::MeshGenDriver().

◆ patchType

std::string shmSurfRefine::patchType {"NO"}

Definition at line 98 of file snappymeshParams.H.

Referenced by NEM::DRV::MeshGenDriver::MeshGenDriver().

◆ refPatchName

std::string shmSurfRefine::refPatchName

Definition at line 97 of file snappymeshParams.H.


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