#include <space.h>Go to the source code of this file.
Functions | |
| nestdiss_t * | newNDnode (graph_t *G, PORD_INT *map, PORD_INT nvint) |
| void | freeNDnode (nestdiss_t *nd) |
| nestdiss_t * | setupNDroot (graph_t *G, PORD_INT *map) |
| void | splitNDnode (nestdiss_t *nd, options_t *options, timings_t *cpus) |
| void | buildNDtree (nestdiss_t *ndroot, options_t *options, timings_t *cpus) |
| void | freeNDtree (nestdiss_t *ndroot) |
| void buildNDtree | ( | nestdiss_t * | ndroot, |
| options_t * | options, | ||
| timings_t * | cpus ) |
Definition at line 213 of file nestdiss.c.
| void freeNDnode | ( | nestdiss_t * | nd | ) |
Definition at line 96 of file nestdiss.c.
| void freeNDtree | ( | nestdiss_t * | ndroot | ) |
Definition at line 260 of file nestdiss.c.
| nestdiss_t * newNDnode | ( | graph_t * | G, |
| PORD_INT * | map, | ||
| PORD_INT | nvint ) |
Definition at line 75 of file nestdiss.c.
| nestdiss_t * setupNDroot | ( | graph_t * | G, |
| PORD_INT * | map ) |
Definition at line 107 of file nestdiss.c.
| void splitNDnode | ( | nestdiss_t * | nd, |
| options_t * | options, | ||
| timings_t * | cpus ) |
Definition at line 125 of file nestdiss.c.