|
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 | |
| GraphNodeArray () | |
| Null constructor. | |
| ~GraphNodeArray () | |
| Default constructor. | |
| GraphNodeArray (std::vector< CellNodeArray > &) | |
| Class Constructor: Initialises the NodeArray with the cell-node array. | |
| bool | node_exists (std::size_t) |
| Test if a given node exists in the cell-node array. | |
| void | renum_nodes (std::size_t) |
| Subtracts one from all nodes greater than a given node. | |
| void | print (std::ofstream *) |
| Prints the cell node array to an out file stream. | |
Public Attributes | |
| std::vector< CellNodeArray > | GA |
| The cell-node array. | |