#include <utils.h>
Public Member Functions | |
void | print_graph () const |
Public Attributes | |
std::vector< types::global_cell_index > | nodes |
std::vector< std::vector< types::global_cell_index > > | adjacency |
We describe a undirect graph through a vector of nodes and its adjacency information
|
inline |
std::vector<std::vector<types::global_cell_index> > Utils::Graph::adjacency |
Definition at line 66 of file utils.h.
Referenced by Utils::create_graph_from_agglomerate(), Utils::dfs(), and print_graph().
std::vector<types::global_cell_index> Utils::Graph::nodes |
Definition at line 65 of file utils.h.
Referenced by Utils::compute_connected_components(), Utils::create_graph_from_agglomerate(), and print_graph().