Chombo + EB + MF  3.2
Public Types | List of all members
FaceStop Class Reference

#include <FaceIterator.H>

Public Types

enum  WhichFaces {
  Invalid =-1, SurroundingWithBoundary =0, SurroundingNoBoundary =1, HiWithBoundary,
  LoWithBoundary, HiNoBoundary, LoNoBoundary, LoBoundaryOnly,
  HiBoundaryOnly, AllBoundaryOnly, NUMTYPES
}
 

Detailed Description

Ennumeration class to distinguish where FaceIterator will stop.

Member Enumeration Documentation

◆ 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. \

Enumerator
Invalid 
SurroundingWithBoundary 
SurroundingNoBoundary 
HiWithBoundary 
LoWithBoundary 
HiNoBoundary 
LoNoBoundary 
LoBoundaryOnly 
HiBoundaryOnly 
AllBoundaryOnly 
NUMTYPES 

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