|
HArD::Core3D
Hybrid Arbitrary Degree::Core 3D - Library to implement 3D schemes with vertex, edge, face and cell polynomials as unknowns
|
#include <iostream>#include <iomanip>#include <vector>#include <algorithm>#include <functional>#include <random>#include <fstream>#include <Eigen/Dense>#include <assert.h>

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. | |