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
Public Member Functions | Public Attributes | List of all members
GraphNodeArray Class Reference

#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< CellNodeArrayGA
 The cell-node array.
 

The documentation for this class was generated from the following files: