Home
last modified time | relevance | path

Searched refs:GRAPHFREEVERT (Results 1 – 7 of 7) sorted by relevance

/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dgraph.c125 …if ((grafptr->flagval & GRAPHFREEVERT) != 0) { /* If verttab/vendtab must be freed … in graphFree()
H A Dgraph.h80 #define GRAPHFREEVERT 0x0002 /* Free verttab array */ macro
H A Ddgraph_gather_all.c225 …cgrfptr->flagval = GRAPHFREEVERT | GRAPHVERTGROUP | GRAPHFREEEDGE | GRAPHEDGEGROUP; /* Other array… in dgraphGatherAll2()
H A Dgraph_coarsen.c173 coargrafptr->flagval = GRAPHFREEVERT | GRAPHVERTGROUP | GRAPHEDGEGROUP; in graphCoarsen2()
H A Dmesh_coarsen.c130 coarmeshptr->flagval = GRAPHFREEVERT; in meshCoarsen()
H A Dhdgraph_gather.c144 …cgrfptr->s.flagval = GRAPHFREEEDGE | GRAPHEDGEGROUP | GRAPHFREEVERT | GRAPHVERTGROUP; /* In case o… in hdgraphGather()
H A Dvgraph_separate_es.c549 … bipgrafdat.flagval = GRAPHFREEVERT | GRAPHVERTGROUP; /* Initialize bipartite graph structure */ in vgraphSeparateEs()