Go to the source code of this file.
Data Structures | |
class | NList |
class | Nodes |
class | Graph |
Functions | |
void | mesh2graph (const FEM_Mesh *m, Graph *g) |
void | mesh2graph_face (const FEM_Mesh *m, Graph *g) |
Given an FEM_Mesh, determine all pairs of elements which share a common face, and add them as edges to the provided graph. | |
void | FEM_Mesh_partition (const FEM_Mesh *mesh, int nchunks, int *elem2chunk, bool faceGraph=false) |