Child class for a ghost mesh cell.
Definition CellGhost.h:39
virtual void setRankOfNeighborCPU(int rank)
Definition CellGhost.cpp:62
virtual int getRankOfNeighborCPU() const
Definition CellGhost.cpp:55
CellGhost()
Ghost cell constructor for a non AMR cell.
Definition CellGhost.cpp:35
int m_rankOfNeighborCPU
Definition CellGhost.h:54
virtual void createChildCell(const int &lvl)
Definition CellGhost.cpp:47
virtual bool isCellGhost() const
Definition CellGhost.h:51
virtual ~CellGhost()
Definition CellGhost.cpp:43
Base class for a mesh cell.
Definition Cell.h:59