Searched refs:subnet (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/network/output/ |
| H A D | ex4_3.out | 28 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 D | ex4_1.out | 14 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 D | ex4_2.out | 16 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 D | ex3_3.out | 28 svtx 0: global index 0, subnet[0].0 ----> 29 ----> subnet[1].0 30 ----> subnet[2].0 31 ----> subnet[3].0
|
| H A D | ex3_1.out | 14 svtx 0: global index 0, subnet[0].0 ----> 15 ----> subnet[1].0
|
| H A D | ex3_2.out | 16 svtx 0: global index 0, subnet[0].0 ----> 17 ----> subnet[1].0
|
| /petsc/src/snes/tutorials/network/output/ |
| H A D | ex1_4.out | 31 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 D | ex1.out | 26 svtx 0: global index 4, subnet[0].4 ----> 27 ----> subnet[1].0
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 126 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 D | networkview.c | 14 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 D | networkcreate.c | 304 cloneshared->subnet = NULL; in DMNetworkInitializeToDefault()
|
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 123 DMSubnetwork *subnet; /* Subnetworks */ member
|