Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/network/output/
H A Dex4_3.out28 svtx 0: global index 0, subnet[0].0 ---->
29 ----> subnet[1].0
30 ----> subnet[2].0
31 ----> subnet[3].0
32 svtx 1: global index 1, subnet[0].1 ---->
33 ----> subnet[1].1
34 ----> subnet[2].1
35 ----> subnet[3].1
H A Dex4_1.out14 svtx 0: global index 0, subnet[0].0 ---->
15 ----> subnet[1].0
16 svtx 1: global index 1, subnet[0].1 ---->
17 ----> subnet[1].1
H A Dex4_2.out16 svtx 0: global index 0, subnet[0].0 ---->
17 ----> subnet[1].0
18 svtx 1: global index 1, subnet[0].1 ---->
19 ----> subnet[1].1
H A Dex3_3.out28 svtx 0: global index 0, subnet[0].0 ---->
29 ----> subnet[1].0
30 ----> subnet[2].0
31 ----> subnet[3].0
H A Dex3_1.out14 svtx 0: global index 0, subnet[0].0 ---->
15 ----> subnet[1].0
H A Dex3_2.out16 svtx 0: global index 0, subnet[0].0 ---->
17 ----> subnet[1].0
/petsc/src/snes/tutorials/network/output/
H A Dex1_4.out31 svtx 0: global index 4, subnet[0].4 ---->
32 ----> subnet[1].0
66 svtx 0: global index 4, subnet[0].4 ---->
67 ----> subnet[1].0
H A Dex1.out26 svtx 0: global index 4, subnet[0].4 ---->
27 ----> subnet[1].0
/petsc/src/dm/impls/network/
H A Dnetwork.c126 PetscCall(PetscCalloc1(Nsubnet, &network->cloneshared->subnet)); in DMNetworkSetNumSubNetworks()
255 …e) PetscCall(PetscStrncpy(network->cloneshared->subnet[i].name, name, sizeof(network->cloneshared-… in DMNetworkAddSubnetwork()
256 network->cloneshared->subnet[i].nvtx = nvtx; /* include ghost vertices */ in DMNetworkAddSubnetwork()
257 network->cloneshared->subnet[i].nedge = ne; in DMNetworkAddSubnetwork()
258 network->cloneshared->subnet[i].edgelist = edgelist; in DMNetworkAddSubnetwork()
259 network->cloneshared->subnet[i].Nvtx = Nvtx; in DMNetworkAddSubnetwork()
260 network->cloneshared->subnet[i].Nedge = Nedge; in DMNetworkAddSubnetwork()
268 network->cloneshared->subnet[i].vStart = network->cloneshared->NVertices; in DMNetworkAddSubnetwork()
269 …network->cloneshared->subnet[i].vEnd = network->cloneshared->subnet[i].vStart + network->clonesh… in DMNetworkAddSubnetwork()
272 network->cloneshared->NVertices += network->cloneshared->subnet[i].Nvtx; in DMNetworkAddSubnetwork()
[all …]
H A Dnetworkview.c14 PetscInt nsubnets, i, subnet, nvertices, nedges, vertex, edge, gidx, ncomp; in DMView_Network_CSV() local
45 for (subnet = 0; subnet < nsubnets; subnet++) { in DMView_Network_CSV()
47 PetscCall(DMNetworkGetSubnetwork(dmcoords, subnet, &nvertices, &nedges, &vertices, &edges)); in DMView_Network_CSV()
H A Dnetworkcreate.c304 cloneshared->subnet = NULL; in DMNetworkInitializeToDefault()
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h123 DMSubnetwork *subnet; /* Subnetworks */ member