#include <space.h>Go to the source code of this file.
Functions | |
| domdec_t * | newDomainDecomposition (PORD_INT nvtx, PORD_INT nedges) |
| void | freeDomainDecomposition (domdec_t *dd) |
| void | printDomainDecomposition (domdec_t *dd) |
| void | checkDomainDecomposition (domdec_t *dd) |
| void | buildInitialDomains (graph_t *G, PORD_INT *vtxlist, PORD_INT *vtype, PORD_INT *rep) |
| void | mergeMultisecs (graph_t *G, PORD_INT *vtype, PORD_INT *rep) |
| domdec_t * | initialDomainDecomposition (graph_t *G, PORD_INT *map, PORD_INT *vtype, PORD_INT *rep) |
| domdec_t * | constructDomainDecomposition (graph_t *G, PORD_INT *map) |
| void | computePriorities (domdec_t *dd, PORD_INT *msvtxlist, PORD_INT *key, PORD_INT scoretype) |
| void | eliminateMultisecs (domdec_t *dd, PORD_INT *msvtxlist, PORD_INT *rep) |
| void | findIndMultisecs (domdec_t *dd, PORD_INT *msvtxlist, PORD_INT *rep) |
| domdec_t * | coarserDomainDecomposition (domdec_t *dd1, PORD_INT *rep) |
| void | shrinkDomainDecomposition (domdec_t *dd1, PORD_INT scoretype) |
Definition at line 224 of file ddcreate.c.
| void checkDomainDecomposition | ( | domdec_t * | dd | ) |
Definition at line 163 of file ddcreate.c.
Definition at line 778 of file ddcreate.c.
Definition at line 536 of file ddcreate.c.
Definition at line 472 of file ddcreate.c.
Definition at line 606 of file ddcreate.c.
Definition at line 670 of file ddcreate.c.
| void freeDomainDecomposition | ( | domdec_t * | dd | ) |
Definition at line 120 of file ddcreate.c.
| domdec_t * initialDomainDecomposition | ( | graph_t * | G, |
| PORD_INT * | map, | ||
| PORD_INT * | vtype, | ||
| PORD_INT * | rep ) |
Definition at line 366 of file ddcreate.c.
Definition at line 280 of file ddcreate.c.
Definition at line 100 of file ddcreate.c.
| void printDomainDecomposition | ( | domdec_t * | dd | ) |
Definition at line 133 of file ddcreate.c.
Definition at line 898 of file ddcreate.c.