Simple container to keep together snap specific information. More...
Public Member Functions | |
snapParameters (const dictionary &dict) | |
Construct from dictionary. More... | |
label | nSmoothPatch () const |
Number of patch smoothing iterations before finding. More... | |
scalar | snapTol () const |
Relative distance for points to be attracted by surface. More... | |
label | nSmoothDispl () const |
Number of mesh displacement smoothing iterations. More... | |
label | nSnap () const |
Maximum number of snapping relaxation iterations. Should stop. More... | |
label | nFeatureSnap () const |
Switch | explicitFeatureSnap () const |
Switch | implicitFeatureSnap () const |
Switch | multiRegionFeatureSnap () const |
Switch | detectNearSurfacesSnap () const |
Simple container to keep together snap specific information.
Definition at line 52 of file snapParameters.H.
snapParameters | ( | const dictionary & | dict | ) |
Construct from dictionary.
Definition at line 31 of file snapParameters.C.
|
inline |
Number of patch smoothing iterations before finding.
correspondence to surface
Definition at line 98 of file snapParameters.H.
Referenced by autoSnapDriver::preSmoothPatch().
|
inline |
Relative distance for points to be attracted by surface.
feature point or edge. True distance is this factor times local maximum edge length.
Definition at line 107 of file snapParameters.H.
Referenced by autoSnapDriver::calcSnapDistance().
|
inline |
Number of mesh displacement smoothing iterations.
Definition at line 113 of file snapParameters.H.
References snapParameters::nSnap().
Referenced by autoSnapDriver::smoothDisplacement().
|
inline |
Maximum number of snapping relaxation iterations. Should stop.
before upon reaching a correct mesh.
Definition at line 120 of file snapParameters.H.
Referenced by snapParameters::nSmoothDispl(), autoSnapDriver::preSmoothPatch(), and autoSnapDriver::scaleMesh().
|
inline |
Definition at line 125 of file snapParameters.H.
Referenced by autoSnapDriver::doSnap().
|
inline |
Definition at line 130 of file snapParameters.H.
Referenced by listPlusEqOp< T >::operator()().
|
inline |
Definition at line 135 of file snapParameters.H.
Referenced by listPlusEqOp< T >::operator()().
|
inline |
Definition at line 140 of file snapParameters.H.
Referenced by listPlusEqOp< T >::operator()().
|
inline |
Definition at line 145 of file snapParameters.H.
Referenced by autoSnapDriver::doSnap().