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... | |
Class to hold the points to select cells inside and outside.
surface regions
Definition at line 62 of file refinementParameters.H.
| cellSelectionPoints | ( | const dictionary & | dict | ) |
Constructor.
Definition at line 73 of file refinementParameters.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::Info.

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().

Return the points outside the surface region to deselect cells.
Definition at line 83 of file refinementParameters.H.
Referenced by meshRefinement::findRegions().
