6 #ifndef OUTERBOUNDARY3D_HPP 7 #define OUTERBOUNDARY3D_HPP 1 44 #endif // OUTERBOUNDARY3D_HPP BoundaryPoint
Type of boundary point.
Abstract class for geometric boundary conditions for the tessellation.
virtual BoundaryType GetBoundaryType(void) const =0
Returns the boundary type.
BoundaryType
Type of boundary.
virtual bool AreWeReflective(Face const &face) const =0
Return whether an face is reflective or not.
virtual Vector3D const & GetGridBoundary(BoundaryPoint point) const =0
Returns the boundary point.
virtual ~OuterBoundary3D(void)
Virtual destructor.
Interface between two cells.