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
Classes | Typedefs | Functions
DirectedGraph.hpp File Reference
#include <iostream>
#include <iomanip>
#include <vector>
#include <algorithm>
#include <functional>
#include <random>
#include <fstream>
#include <Eigen/Dense>
#include <assert.h>
Include dependency graph for DirectedGraph.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DirectedFace
 
class  DirectedCell
 
class  CellNodeArray
 
class  GraphNodeArray
 
class  DirectedGraph
 

Typedefs

typedef std::vector< std::vector< std::size_t > > Array
 Type definition for a matrix of unsigned ints.
 

Functions

bool operator== (const DirectedFace &, const DirectedFace &)
 Boolean operation to test if two faces are equal.