Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/tests/output/
H A Dex1_0.out4 NSubnets: 1; NEdges: 1; NVertices: 2; NSharedVertices: 0.
18 NSubnets: 1; NEdges: 1; NVertices: 2; NSharedVertices: 0.
H A Dex1_1.out4 NSubnets: 1; NEdges: 2; NVertices: 3; NSharedVertices: 0.
25 NSubnets: 1; NEdges: 2; NVertices: 3; NSharedVertices: 0.
H A Dex2_0.out3 NSubnets: 1; NEdges: 4; NVertices: 5; NSharedVertices: 0.
H A Dex2_1.out3 NSubnets: 1; NEdges: 4; NVertices: 5; NSharedVertices: 0.
/petsc/src/dm/tests/output/
H A Dex10_1.out4 NSubnets: 1; NEdges: 3; NVertices: 6; NSharedVertices: 0.
28 NSubnets: 1; NEdges: 3; NVertices: 6; NSharedVertices: 0.
/petsc/src/snes/tutorials/network/output/
H A Dex1_4.out8 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
37 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
H A Dex1.out5 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
/petsc/src/ksp/ksp/tutorials/network/output/
H A Dex3_1.out3 NSubnets: 2; NEdges: 6; NVertices: 7; NSharedVertices: 1.
H A Dex4_1.out3 NSubnets: 2; NEdges: 6; NVertices: 6; NSharedVertices: 2.
H A Dex3_2.out3 NSubnets: 2; NEdges: 6; NVertices: 7; NSharedVertices: 1.
H A Dex4_2.out3 NSubnets: 2; NEdges: 6; NVertices: 6; NSharedVertices: 2.
H A Dex3_3.out3 NSubnets: 4; NEdges: 12; NVertices: 13; NSharedVertices: 1.
H A Dex4_3.out3 NSubnets: 4; NEdges: 12; NVertices: 10; NSharedVertices: 2.
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h114 PetscInt NEdges, nEdges; /* Number of global/local edges */ member
/petsc/src/dm/impls/network/
H A Dnetwork.c278 network->cloneshared->NEdges += network->cloneshared->subnet[i].Nedge; in DMNetworkAddSubnetwork()
1013 PetscErrorCode DMNetworkGetNumEdges(DM dm, PeOp PetscInt *nEdges, PeOp PetscInt *NEdges) in DMNetworkGetNumEdges() argument
1023 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()
H A Dnetworkview.c299 …; NSharedVertices: %" PetscInt_FMT ".\n", nsubnet, network->cloneshared->NEdges, network->clonesha… in DMView_Network()
H A Dnetworkcreate.c291 cloneshared->NEdges = 0; in DMNetworkInitializeToDefault()