
Go to the source code of this file.
Functions | |
| void | Change2CNumbering (int nvtxs, idxtype *xadj, idxtype *adjncy) |
| void | Change2FNumbering (int nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *vector) |
| void | Change2FNumbering2 (int nvtxs, idxtype *xadj, idxtype *adjncy) |
| void | Change2FNumberingOrder (int nvtxs, idxtype *xadj, idxtype *adjncy, idxtype *v1, idxtype *v2) |
| void | ChangeMesh2CNumbering (int n, idxtype *mesh) |
| void | ChangeMesh2FNumbering (int n, idxtype *mesh, int nvtxs, idxtype *xadj, idxtype *adjncy) |
| void | ChangeMesh2FNumbering2 (int n, idxtype *mesh, int ne, int nn, idxtype *epart, idxtype *npart) |
Definition at line 21 of file fortran.c.
Referenced by METIS_EdgeND(), METIS_EstimateMemory(), METIS_mCHPartGraphRecursive(), METIS_mCPartGraphKway(), METIS_mCPartGraphRecursive(), METIS_mCPartGraphRecursive2(), METIS_NodeND(), METIS_NodeWND(), METIS_WPartGraphKway(), METIS_WPartGraphKway2(), METIS_WPartGraphRecursive(), and METIS_WPartGraphVKway().
Definition at line 36 of file fortran.c.
Referenced by METIS_mCHPartGraphRecursive(), METIS_mCPartGraphKway(), METIS_mCPartGraphRecursive(), METIS_mCPartGraphRecursive2(), METIS_WPartGraphKway(), METIS_WPartGraphKway2(), METIS_WPartGraphRecursive(), and METIS_WPartGraphVKway().
| void Change2FNumberingOrder | ( | int | nvtxs, | |
| idxtype * | xadj, | |||
| idxtype * | adjncy, | |||
| idxtype * | v1, | |||
| idxtype * | v2 | |||
| ) |
Definition at line 71 of file fortran.c.
Referenced by METIS_EdgeND(), METIS_NodeND(), and METIS_NodeWND().
Definition at line 94 of file fortran.c.
Referenced by METIS_MeshToDual(), METIS_MeshToNodal(), METIS_PartMeshDual(), and METIS_PartMeshNodal().
Definition at line 107 of file fortran.c.
Referenced by METIS_MeshToDual(), and METIS_MeshToNodal().
| void ChangeMesh2FNumbering2 | ( | int | n, | |
| idxtype * | mesh, | |||
| int | ne, | |||
| int | nn, | |||
| idxtype * | epart, | |||
| idxtype * | npart | |||
| ) |
Definition at line 127 of file fortran.c.
Referenced by METIS_PartMeshDual(), and METIS_PartMeshNodal().
1.5.5