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

A structure to respresent regions refining capability in snappymeshGen. More...

Detailed Description

Definition at line 47 of file snappymeshParams.H.

Public Attributes

std::string patchName
 Patch name. More...
 
std::string mode
 Inside, Outside. More...
 
double minLvl
 Minimum refinement level. More...
 
int maxLvl
 Maximum refinement level. More...
 

Member Data Documentation

◆ maxLvl

int shmRegionRefine::maxLvl

Definition at line 52 of file snappymeshParams.H.

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

◆ minLvl

double shmRegionRefine::minLvl

Definition at line 51 of file snappymeshParams.H.

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

◆ mode

std::string shmRegionRefine::mode

Definition at line 50 of file snappymeshParams.H.

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

◆ patchName

std::string shmRegionRefine::patchName

Definition at line 49 of file snappymeshParams.H.


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