refinementParameters::cellSelectionPoints Class Reference

Class to hold the points to select cells inside and outside. More...

Public Member Functions

 cellSelectionPoints (const dictionary &dict)
 Constructor. More...
 
const List< point > & inside () const
 Return the points inside the surface regions to selected cells. More...
 
const List< point > & outside () const
 Return the points outside the surface region to deselect cells. More...
 

Detailed Description

Class to hold the points to select cells inside and outside.

surface regions

Definition at line 62 of file refinementParameters.H.

Constructor & Destructor Documentation

◆ cellSelectionPoints()

cellSelectionPoints ( const dictionary dict)

Constructor.

Definition at line 72 of file refinementParameters.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::Info.

Here is the call graph for this function:

Member Function Documentation

◆ inside()

const List<point>& inside ( ) const
inline

Return the points inside the surface regions to selected cells.

Definition at line 77 of file refinementParameters.H.

Referenced by refinementParameters::findCells(), meshRefinement::findRegions(), meshRefinement::splitMesh(), and meshRefinement::splitMeshRegions().

Here is the caller graph for this function:

◆ outside()

const List<point>& outside ( ) const
inline

Return the points outside the surface region to deselect cells.

Definition at line 83 of file refinementParameters.H.

Referenced by meshRefinement::findRegions().

Here is the caller graph for this function:

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