Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetwork.c533 PetscInt *vidxlTog, Nsv, Nsubnet = network->cloneshared->Nsubnet; in GetEdgelist_Coupling() local
551 PetscCall(PetscMalloc1(network->cloneshared->nVertices, &vidxlTog)); in GetEdgelist_Coupling()
571 vidxlTog[i++] = gidx_from; /* gidx before merging! Bug??? */ in GetEdgelist_Coupling()
579 if (network->cloneshared->subnet[net].nvtx) vidxlTog[i++] = gidx; in GetEdgelist_Coupling()
595 edges[2 * ctr] = vidxlTog[i]; in GetEdgelist_Coupling()
599 edges[2 * ctr + 1] = vidxlTog[i]; in GetEdgelist_Coupling()
603 PetscCall(PetscFree(vidxlTog)); in GetEdgelist_Coupling()