Class CellFace
Defined in File cell.h
Class Documentation
-
class CellFace
In this paradigm a face is an object which largely is considered to be planar (meaning all the vertices lay in the same plane).
Public Functions
-
bool IsNeighborLocal(const MeshContinuum *grid) const
Determines the neighbor’s partition and whether it’s local or not.
-
int GetNeighborPartitionID(const MeshContinuum *grid) const
Determines the neighbor’s partition.
-
uint64_t GetNeighborLocalID(const MeshContinuum *grid) const
Determines the neighbor’s local id.
-
int GetNeighborAdjacentFaceIndex(const MeshContinuum *grid) const
Determines the neighbor’s associated face.
-
void ComputeGeometricInfo(const MeshContinuum *grid, const Cell &cell)
Computes the geometric info on the face.
-
std::string ToString() const
Provides string information of the face.
-
void ComputeGeometricInfo(const MeshContinuum *grid, const Cell &cell, unsigned int f)
-
bool IsNeighborLocal(const MeshContinuum *grid) const