Home
last modified time | relevance | path

Searched refs:indvertgstend (Results 1 – 2 of 2) sorted by relevance

/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dhdgraph_induce.c262 Gnum indvertgstend; in hdgraphInduceList() local
271 indvertgstend = orgindxgsttax[orgvertlocend]; in hdgraphInduceList()
272 …if (indvertgstend >= 0) /* If edge is local or halo */ in hdgraphInduceList()
273 … indedgeloctax[indedgelocnum ++] = indvertgstend; /* Keep it as regular edge */ in hdgraphInduceList()
275 … if (indvertgstend == ~0) /* If halo vertex not assigned yet */ in hdgraphInduceList()
276 … orgindxgsttax[orgvertlocend] = indvertgstend = -2 - indvhallocnum ++; /* Set new halo number */ in hdgraphInduceList()
277 indedgeloctax[-- indedgelocnnd] = -2 - indvertgstend; in hdgraphInduceList()
H A Ddgraph_induce.c231 Gnum indvertgstend; in dgraphInduce2() local
233 indvertgstend = orgindxgsttax[orggrafptr->edgegsttax[orgedgelocnum]]; in dgraphInduce2()
234 if (indvertgstend != ~0) { /* If edge should be kept */ in dgraphInduce2()
235 indgrafptr->edgeloctax[indedgelocnum] = indvertgstend; in dgraphInduce2()