Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SAMRAI::appu::EmbeddedBoundaryDefines Class Reference

Class EmbeddedBoundaryDefines sets the enumerated types used to define cells and nodes on the embedded boundary level. More...

#include <source/apputils/embedded_boundary/EmbeddedBoundaryDefines.h>

List of all members.

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

Class EmbeddedBoundaryDefines sets the enumerated types used to define cells and nodes on the embedded boundary level.

See also:
appu::EmbeddedBoundaryGeometry

appu::CutCell

appu::BoundaryNode


Member Enumeration Documentation

enum SAMRAI::appu::EmbeddedBoundaryDefines::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.}
Enumeration values:
SOLID 
CUT 
BORDER 
FLOW 

enum SAMRAI::appu::EmbeddedBoundaryDefines::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.}
Enumeration values:
OUTSIDE 
INSIDE 
BOUNDARY 
ONBOUNDARY 


The documentation for this class was generated from the following file:
Generated on Fri Dec 2 11:23:15 2005 for SAMRAI by  doxygen 1.4.2