Public Member Functions | List of all members
snapParameters Class Reference

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
 

Detailed Description

Simple container to keep together snap specific information.

Source files

Definition at line 52 of file snapParameters.H.

Constructor & Destructor Documentation

snapParameters ( const dictionary dict)

Construct from dictionary.

Definition at line 31 of file snapParameters.C.

Member Function Documentation

label nSmoothPatch ( ) const
inline

Number of patch smoothing iterations before finding.

correspondence to surface

Definition at line 98 of file snapParameters.H.

Referenced by snappySnapDriver::preSmoothPatch().

Here is the caller graph for this function:

scalar snapTol ( ) const
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 snappySnapDriver::calcSnapDistance().

Here is the caller graph for this function:

label nSmoothDispl ( ) const
inline

Number of mesh displacement smoothing iterations.

Definition at line 113 of file snapParameters.H.

References snapParameters::nSnap().

Referenced by snappySnapDriver::smoothDisplacement().

Here is the call graph for this function:

Here is the caller graph for this function:

label nSnap ( ) const
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(), snappySnapDriver::preSmoothPatch(), and snappySnapDriver::scaleMesh().

Here is the caller graph for this function:

label nFeatureSnap ( ) const
inline

Definition at line 125 of file snapParameters.H.

Referenced by snappySnapDriver::doSnap().

Here is the caller graph for this function:

Switch explicitFeatureSnap ( ) const
inline

Definition at line 130 of file snapParameters.H.

Referenced by listPlusEqOp< T >::operator()().

Here is the caller graph for this function:

Switch implicitFeatureSnap ( ) const
inline

Definition at line 135 of file snapParameters.H.

Referenced by listPlusEqOp< T >::operator()().

Here is the caller graph for this function:

Switch multiRegionFeatureSnap ( ) const
inline

Definition at line 140 of file snapParameters.H.

Referenced by listPlusEqOp< T >::operator()().

Here is the caller graph for this function:

Switch detectNearSurfacesSnap ( ) const
inline

Definition at line 145 of file snapParameters.H.

Referenced by snappySnapDriver::doSnap().

Here is the caller graph for this function:


The documentation for this class was generated from the following files: