Home
last modified time | relevance | path

Searched refs:nsvtx (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Ddmnetworkimpl.h126 PetscInt nsvtx, Nsvtx; /* Local and global num of entries in svtx */ member
/petsc/src/dm/impls/network/
H A Dnetwork.c129 network->cloneshared->nsvtx = 0; in DMNetworkSetNumSubNetworks()
560 network->cloneshared->nsvtx = 0; /* local num of SVtx structs, including ghosts */ in GetEdgelist_Coupling()
569 network->cloneshared->nsvtx++; in GetEdgelist_Coupling()
577 network->cloneshared->nsvtx++; in GetEdgelist_Coupling()
714 …ges, &subnetedge, network->cloneshared->nVertices + network->cloneshared->nsvtx, &subnetvtx)); /* … in DMNetworkLayoutSetUp()
845 PetscErrorCode DMNetworkAddSharedVertices(DM dm, PetscInt anetnum, PetscInt bnetnum, PetscInt nsvtx in DMNetworkAddSharedVertices() argument
859 for (i = 0; i < nsvtx; i++) { in DMNetworkAddSharedVertices()
896 if (nsv) *nsv = net->cloneshared->nsvtx; in DMNetworkGetSharedVertices()
1941 newDMnetwork->cloneshared->nsvtx = nv; /* num of local shared vertices */ in DMNetworkDistribute()
H A Dnetworkcreate.c308 cloneshared->nsvtx = 0; in DMNetworkInitializeToDefault()