|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
#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 | |
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.