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

Snapping Controls. More...

Detailed Description

Definition at line 222 of file snappymeshParams.H.

Public Attributes

int nSmoothPatch {4}
 Number of smoothing patches during snapping procedure. More...
 
double tolerance {0.5}
 Snapping tolerance at shared interface (affects conformality of mesh) More...
 
int nSolveIter {200}
 Maximum iterations during snapping procedure before ending the process. More...
 
int nRelaxIter {6}
 Maximum number of relaxation iterations for snapping procedure. More...
 
int nFeatureSnapIter {10}
 Feature snapping. More...
 
bool implicitFeatureSnap {false}
 Implicit feature snaping boolean. More...
 
bool explicitFeatureSnap {false}
 Explicit feature snapping boolean. More...
 
bool multiRegionFeatureSnap {false}
 Multi-region feature snapping boolean. More...
 

Member Data Documentation

◆ explicitFeatureSnap

bool shmSnapControls::explicitFeatureSnap {false}

Definition at line 251 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ implicitFeatureSnap

bool shmSnapControls::implicitFeatureSnap {false}

Definition at line 247 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ multiRegionFeatureSnap

bool shmSnapControls::multiRegionFeatureSnap {false}

Definition at line 255 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ nFeatureSnapIter

int shmSnapControls::nFeatureSnapIter {10}

Definition at line 243 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ nRelaxIter

int shmSnapControls::nRelaxIter {6}

Definition at line 239 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ nSmoothPatch

int shmSnapControls::nSmoothPatch {4}

Definition at line 225 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ nSolveIter

int shmSnapControls::nSolveIter {200}

Definition at line 235 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().

◆ tolerance

double shmSnapControls::tolerance {0.5}

Definition at line 230 of file snappymeshParams.H.

Referenced by snappymeshGen::createSnappyDict().


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