HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DirectedFace Class Reference

#include <DirectedGraph.hpp>

Public Member Functions

 DirectedFace ()
 Null constructor.
 
 ~DirectedFace ()
 Destructor.
 
 DirectedFace (std::vector< std::size_t >)
 Class Constructor: Initialises the face with the two nodes that form the face.
 
void add_vertex (size_t)
 Add a vertex to face.
 

Public Attributes

std::vector< std::size_t > V
 vector of vertices
 

Detailed Description

The DirectedFace class is the defining element of a DirectedCell. It takes its two end points as parameters and contains functions to assist with comparing faces.


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