Snapping Controls. More...
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... | |
bool shmSnapControls::explicitFeatureSnap {false} |
Definition at line 251 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
bool shmSnapControls::implicitFeatureSnap {false} |
Definition at line 247 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
bool shmSnapControls::multiRegionFeatureSnap {false} |
Definition at line 255 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
int shmSnapControls::nFeatureSnapIter {10} |
Definition at line 243 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
int shmSnapControls::nRelaxIter {6} |
Definition at line 239 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
int shmSnapControls::nSmoothPatch {4} |
Definition at line 225 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
int shmSnapControls::nSolveIter {200} |
Definition at line 235 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().
double shmSnapControls::tolerance {0.5} |
Definition at line 230 of file snappymeshParams.H.
Referenced by snappymeshGen::createSnappyDict().