
Go to the source code of this file.
Data Structures | |
| class | NList |
| class | Nodes |
| struct | Graph |
Typedefs | |
| typedef int | idxtype |
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 | METIS_PartGraphRecursive (int *, int *, int *, idxtype *, idxtype *, int *, int *, int *, int *, int *, idxtype *) |
| void | METIS_PartGraphKway (int *nv, int *xadj, int *adjncy, int *vwgt, int *adjwgt, int *wgtflag, int *numflag, int *nparts, int *options, int *edgecut, int *part) |
| void | FEM_Mesh_partition (const FEM_Mesh *mesh, int nchunks, int *elem2chunk, bool faceGraph=false) |
1.5.5