Searched refs:subnetvtx (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 124 …PetscInt *subnetvtx, *subnetedge; /* Maps local vertex/edge to local subnetwork's vertex/edge … member
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 656 …PetscInt i, j, ctr, Nsubnet = network->cloneshared->Nsubnet, np, *edges, *subnetvtx, *subne… in DMNetworkLayoutSetUp() local 714 …etedge, network->cloneshared->nVertices + network->cloneshared->nsvtx, &subnetvtx)); /* Maps local… in DMNetworkLayoutSetUp() 716 network->cloneshared->subnetvtx = subnetvtx; in DMNetworkLayoutSetUp() 721 network->cloneshared->subnet[j].vertices = subnetvtx; in DMNetworkLayoutSetUp() 722 …subnetvtx = PetscSafePointerPlusOffset(subnetvtx, network->clonesha… in DMNetworkLayoutSetUp() 724 network->cloneshared->svertices = subnetvtx; in DMNetworkLayoutSetUp() 1770 …PetscInt j, e, v, offset, *subnetvtx, *subnetedge, Nsubnet, gidx, svtx_idx, nv, ne… in DMNetworkDistribute() local 1896 …PetscCall(PetscCalloc2(newDMnetwork->cloneshared->nEdges, &subnetedge, nv, &subnetvtx)); /* Maps l… in DMNetworkDistribute() 1898 newDMnetwork->cloneshared->subnetvtx = subnetvtx; in DMNetworkDistribute() 1903 newDMnetwork->cloneshared->subnet[j].vertices = subnetvtx; in DMNetworkDistribute() [all …]
|
| H A D | networkcreate.c | 305 cloneshared->subnetvtx = NULL; in DMNetworkInitializeToDefault()
|