Chombo + EB + MF  3.2
Public Member Functions | Public Attributes | Private Member Functions | List of all members
CellEdge Class Reference

#include <CellEdge.H>

Public Member Functions

 CellEdge (const IntVect &a_node0, const IntVect &a_node1)
 
 CellEdge (const IntVect &a_node0, const int a_dir)
 
 ~CellEdge ()
 
void shift (const int a_dir)
 
void shift (const int a_dir, const int a_offset)
 
bool operator== (const CellEdge &a_edge) const
 

Public Attributes

int m_dir
 
IntVect m_node0
 
IntVect m_node1
 

Private Member Functions

 CellEdge ()
 
void operator= (const CellEdge &a_inputCellEdge)
 

Constructor & Destructor Documentation

◆ CellEdge() [1/3]

CellEdge::CellEdge ( const IntVect a_node0,
const IntVect a_node1 
)

◆ CellEdge() [2/3]

CellEdge::CellEdge ( const IntVect a_node0,
const int  a_dir 
)

◆ ~CellEdge()

CellEdge::~CellEdge ( )

◆ CellEdge() [3/3]

CellEdge::CellEdge ( )
inlineprivate

References MayDay::Abort().

Member Function Documentation

◆ shift() [1/2]

void CellEdge::shift ( const int  a_dir)

◆ shift() [2/2]

void CellEdge::shift ( const int  a_dir,
const int  a_offset 
)

◆ operator==()

bool CellEdge::operator== ( const CellEdge a_edge) const

◆ operator=()

void CellEdge::operator= ( const CellEdge a_inputCellEdge)
inlineprivate

References MayDay::Abort().

Member Data Documentation

◆ m_dir

int CellEdge::m_dir

◆ m_node0

IntVect CellEdge::m_node0

◆ m_node1

IntVect CellEdge::m_node1

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