|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
#include <iostream>#include <iomanip>#include <vector>#include <algorithm>#include <functional>#include <random>#include <fstream>#include <Eigen/Dense>

Go to the source code of this file.
Classes | |
| class | DirectedEdge |
| class | DirectedCell |
| class | NodeArray |
| class | DirectedGraph |
Typedefs | |
| typedef std::vector< std::vector< std::size_t > > | Array |
| Type definition for a matrix of unsigned ints. | |
Functions | |
| bool | operator== (const DirectedEdge &, const DirectedEdge &) |
| Boolean operation to test if two edges are equal. | |