Simple container to keep together snap specific information. More...
Public Member Functions | |
snapParameters (const dictionary &dict) | |
Construct from dictionary. More... | |
snapParameters (const snapParameters &)=delete | |
Disallow default bitwise copy construction. 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 |
void | operator= (const snapParameters &)=delete |
Disallow default bitwise assignment. More... | |
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.
|
delete |
Disallow default bitwise copy construction.
|
inline |
Number of patch smoothing iterations before finding.
correspondence to surface
Definition at line 92 of file snapParameters.H.
Referenced by snappySnapDriver::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 101 of file snapParameters.H.
Referenced by snappySnapDriver::calcSnapDistance().
|
inline |
Number of mesh displacement smoothing iterations.
Definition at line 107 of file snapParameters.H.
References snapParameters::nSnap().
Referenced by snappySnapDriver::smoothDisplacement().
|
inline |
Maximum number of snapping relaxation iterations. Should stop.
before upon reaching a correct mesh.
Definition at line 114 of file snapParameters.H.
Referenced by snapParameters::nSmoothDispl(), snappySnapDriver::preSmoothPatch(), and snappySnapDriver::scaleMesh().
|
inline |
Definition at line 119 of file snapParameters.H.
Referenced by snappySnapDriver::doSnap().
|
inline |
Definition at line 124 of file snapParameters.H.
Referenced by listPlusEqOp< T >::operator()().
|
inline |
Definition at line 129 of file snapParameters.H.
Referenced by listPlusEqOp< T >::operator()().
|
inline |
Definition at line 134 of file snapParameters.H.
Referenced by listPlusEqOp< T >::operator()().
|
inline |
Definition at line 139 of file snapParameters.H.
References snapParameters::operator=().
Referenced by snappySnapDriver::doSnap().
|
delete |
Disallow default bitwise assignment.
Referenced by snapParameters::detectNearSurfacesSnap().