IBAMR  IBAMR version 0.19.
Public Types | List of all members
SAMRAI::appu::EmbeddedBoundaryDefines Class Reference

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 }
 

Detailed Description

See also
appu::EmbeddedBoundaryGeometry
appu::CutCell
appu::BoundaryNode

Member Enumeration Documentation

◆ CELL_TYPE

Enumerated type for the different cell classifications.

  • SOLID {Cell is located in the "solid" region.}
  • CUT {Cell is cut, meaning a CutCell data structure will be maintained at this cell.}
  • BORDER {Cell neighbors a cut cell, in the "flow" region.}
  • FLOW {Cell is located in the "flow" region.}
Enumerator
SOLID 
CUT 
BORDER 
FLOW 

◆ NODE_TYPE

Enumerated type for inside/outside node classification.

  • INSIDE {Node is located "inside" the prescribed geometry.}
  • OUTSIDE {Node is outside the geometry.}
  • BOUNDARY {Node is on the boundary of the geometry. That is it is the first one "inside" the geometry.}
  • ONBOUNDARY {Node is located exactly on the boundary of the geometry (used to avoid divide-by-zero problems) in numerical operations at embedded boundary.}
Enumerator
OUTSIDE 
INSIDE 
BOUNDARY 
ONBOUNDARY 

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