|
DOUG 0.2
|
Go to the source code of this file.
Data Types | |
| type | Graph_class::Graph |
Modules | |
| module | Graph_class |
Functions/Subroutines | |
| type(Graph) | Graph_class::Graph_New (n, m, type) |
| type(Graph) | Graph_class::Graph_newInit (n, m, xadj, adjncy, type) |
| subroutine | Graph_class::Graph_Init (G, xadj, adjncy, type) |
| subroutine | Graph_class::Graph_Destroy (G) |
| subroutine | Graph_class::Graph_Partition (G, nparts, method, options) |
| subroutine, private | Graph_class::Graph_partng (G, nparts, method, options) |
Variables | |
| integer, parameter | Graph_class::D_GRAPH_DUAL = 1 |
| integer, parameter | Graph_class::D_GRAPH_NODAL = 2 |
| integer, parameter | Graph_class::D_PART_PMETIS = 1 |
| integer, parameter | Graph_class::D_PART_KMETIS = 2 |
| integer, parameter | Graph_class::D_PART_VKMETIS = 3 |
| integer, parameter | Graph_class::D_PART_OMETIS = 4 |
1.7.3-20110217