Lines Matching refs:ctr
532 PetscInt i, j, ctr, np; in GetEdgelist_Coupling() local
590 ctr = 0; in GetEdgelist_Coupling()
595 edges[2 * ctr] = vidxlTog[i]; in GetEdgelist_Coupling()
599 edges[2 * ctr + 1] = vidxlTog[i]; in GetEdgelist_Coupling()
600 ctr++; in GetEdgelist_Coupling()
656 …PetscInt i, j, ctr, Nsubnet = network->cloneshared->Nsubnet, np, *edges, *subnetvtx, *subne… in DMNetworkLayoutSetUp() local
685 ctr = 0; in DMNetworkLayoutSetUp()
688 …edges[2 * ctr] = network->cloneshared->subnet[i].vStart + network->cloneshared->subnet[i].edge… in DMNetworkLayoutSetUp()
689 …edges[2 * ctr + 1] = network->cloneshared->subnet[i].vStart + network->cloneshared->subnet[i].edge… in DMNetworkLayoutSetUp()
690 ctr++; in DMNetworkLayoutSetUp()
734 ctr = 0; in DMNetworkLayoutSetUp()
751 … = network->cloneshared->subnet[i].edgelist[2 * ctr]; /* =subnet[i].idx… in DMNetworkLayoutSetUp()
762 … = network->cloneshared->subnet[i].edgelist[2 * ctr + 1]; /* =subnet[i]… in DMNetworkLayoutSetUp()
767 ctr++; in DMNetworkLayoutSetUp()