#include <FaceIterator.H>
Public Types | |
enum | WhichFaces { Invalid = -1, SurroundingWithBoundary = 0, SurroundingNoBoundary = 1, HiWithBoundary, LoWithBoundary, HiNoBoundary, LoNoBoundary, LoBoundaryOnly, HiBoundaryOnly, AllBoundaryOnly, NUMTYPES } |
enum FaceStop::WhichFaces |
SurroundingWithBoundary means stop at all faces on the high and low sides of IVS cells. \ \ SurroundingNoBoundary means stop at all faces on the high and low sides of IVS cells, excluding faces on the domain boundary. \ LoWithBoundary means stop at all faces on the low side of IVS cells.\ LoNoBoundary means stop at all faces on the low side of IVS cells, excluding faces on the domain boundary. \ HiWithBoundary means stop at all faces on the high side of IVS cells.\ HiNoBoundary means stop at all faces on the high side of IVS cells, excluding faces on the domain boundary. \