#include <RecBisectBfLB.h>
Public Member Functions | |
Graph (int elems) | |
~Graph () | |
void | add (int elem1, int elem2) |
int | elems (int elem) |
void | toAdjList (int *&adjStart, int *&adjList) |
Graph (int elems) | |
~Graph () | |
void | add (int elem1, int elem2) |
int | elems (int elem) |
void | toAdjList (int *&adjStart, int *&adjList) |
Data Fields | |
int | V |
int | E |
VertexRecord * | vertices |
int * | edges |
int | currentVertex |
int | currentEdge |
Private Attributes | |
int | nelems |
NList * | nbrs |
NList * | nbrs |
Definition at line 25 of file RecBisectBfLB.h.
Graph::~Graph | ( | ) | [inline] |
Graph::Graph | ( | int | elems | ) |
Graph::~Graph | ( | ) | [inline] |
Definition at line 64 of file partition.C.
References assert, NList::getnn(), nbrs, and nelems.
Referenced by mesh2graph_face(), and toAdjList().
Definition at line 67 of file partition.C.
References assert, NList::getnn(), nbrs, and nelems.
Definition at line 26 of file RecBisectBfLB.h.
Referenced by RecBisectBfLB::addToQ(), g_initGraph(), g_nextVertex(), g_printGraph(), generateRandomGraph(), RecBisectBfLB::partitionInTwo(), and RecBisectBfLB::work().
Definition at line 26 of file RecBisectBfLB.h.
Referenced by g_initGraph(), g_printGraph(), and generateRandomGraph().
Definition at line 27 of file RecBisectBfLB.h.
Referenced by g_addEdge(), g_finishVertex(), g_freeGraph(), g_getNeighbor(), g_initGraph(), g_nextVertex(), g_numNeighbors(), g_printGraph(), generateRandomGraph(), and graph_weightof().
Definition at line 28 of file RecBisectBfLB.h.
Referenced by g_addEdge(), g_freeGraph(), g_getNeighbor(), g_initGraph(), g_printGraph(), and generateRandomGraph().
Definition at line 29 of file RecBisectBfLB.h.
Referenced by g_addEdge(), g_finishVertex(), g_initGraph(), and g_nextVertex().
Definition at line 30 of file RecBisectBfLB.h.
Referenced by g_addEdge(), g_finishVertex(), g_initGraph(), and g_nextVertex().
int Graph::nelems [private] |
Definition at line 58 of file partition.C.
Referenced by add(), elems(), FEM_Mesh_partition(), Graph(), and toAdjList().
NList* Graph::nbrs [private] |
Definition at line 59 of file partition.C.
Referenced by add(), elems(), Graph(), toAdjList(), and ~Graph().
NList* Graph::nbrs [private] |
Definition at line 62 of file partition.C.