Searched refs:NEdges (Results 1 – 17 of 17) sorted by relevance
4 NSubnets: 1; NEdges: 1; NVertices: 2; NSharedVertices: 0.18 NSubnets: 1; NEdges: 1; NVertices: 2; NSharedVertices: 0.
4 NSubnets: 1; NEdges: 2; NVertices: 3; NSharedVertices: 0.25 NSubnets: 1; NEdges: 2; NVertices: 3; NSharedVertices: 0.
3 NSubnets: 1; NEdges: 4; NVertices: 5; NSharedVertices: 0.
4 NSubnets: 1; NEdges: 3; NVertices: 6; NSharedVertices: 0.28 NSubnets: 1; NEdges: 3; NVertices: 6; NSharedVertices: 0.
8 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.37 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
5 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
3 NSubnets: 2; NEdges: 6; NVertices: 7; NSharedVertices: 1.
3 NSubnets: 2; NEdges: 6; NVertices: 6; NSharedVertices: 2.
3 NSubnets: 4; NEdges: 12; NVertices: 13; NSharedVertices: 1.
3 NSubnets: 4; NEdges: 12; NVertices: 10; NSharedVertices: 2.
114 PetscInt NEdges, nEdges; /* Number of global/local edges */ member
278 network->cloneshared->NEdges += network->cloneshared->subnet[i].Nedge; in DMNetworkAddSubnetwork()1013 PetscErrorCode DMNetworkGetNumEdges(DM dm, PeOp PetscInt *nEdges, PeOp PetscInt *NEdges) in DMNetworkGetNumEdges() argument1023 if (NEdges) { in DMNetworkGetNumEdges()1024 PetscAssertPointer(NEdges, 3); in DMNetworkGetNumEdges()1025 *NEdges = network->cloneshared->NEdges; in DMNetworkGetNumEdges()1816 newDMnetwork->cloneshared->NEdges = oldDMnetwork->cloneshared->NEdges; in DMNetworkDistribute()
299 …; NSharedVertices: %" PetscInt_FMT ".\n", nsubnet, network->cloneshared->NEdges, network->clonesha… in DMView_Network()
291 cloneshared->NEdges = 0; in DMNetworkInitializeToDefault()