|
IBAMR
IBAMR version 0.20.
|
Class EmbeddedBoundaryDefines sets the enumerated types used to define cells and nodes on the embedded boundary level. More...
#include <EmbeddedBoundaryDefines.h>
Public Types | |
| enum | CELL_TYPE { SOLID = 0 , CUT = 1 , BORDER = 2 , FLOW = 3 } |
| enum | NODE_TYPE { OUTSIDE = 0 , INSIDE = 1 , BOUNDARY = 2 , ONBOUNDARY = -9 } |
Enumerated type for the different cell classifications.
| Enumerator | |
|---|---|
| SOLID | |
| CUT | |
| BORDER | |
| FLOW | |
Enumerated type for inside/outside node classification.
| Enumerator | |
|---|---|
| OUTSIDE | |
| INSIDE | |
| BOUNDARY | |
| ONBOUNDARY | |