Searched refs:Nsvtx (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 130 network->cloneshared->Nsvtx = 0; in DMNetworkSetNumSubNetworks() 335 static inline PetscErrorCode VtxGetInfo(PetscInt Nsvtx, SVtx *svtx, PetscInt net, PetscInt idx, Pet… in VtxGetInfo() argument 341 if (!Nsvtx) PetscFunctionReturn(PETSC_SUCCESS); in VtxGetInfo() 346 for (i = 0; i < Nsvtx; i++) { in VtxGetInfo() 512 network->cloneshared->Nsvtx = nta; in SharedVtxCreate() 545 PetscCall(SharedVtxCreate(dm, network->cloneshared->Nsvtx, sedgelist)); in GetEdgelist_Coupling() 546 Nsv = network->cloneshared->Nsvtx; in GetEdgelist_Coupling() 680 if (network->cloneshared->Nsvtx) { /* subnetworks are coupled via shared vertices */ in DMNetworkLayoutSetUp() 848 …Int i, nsubnet = network->cloneshared->Nsubnet, *sedgelist, Nsvtx = network->cloneshared->Nsvtx; in DMNetworkAddSharedVertices() local 853 if (!Nsvtx) { in DMNetworkAddSharedVertices() [all …]
|
| H A D | networkview.c | 300 network->cloneshared->Nsvtx)); in DMView_Network()
|
| H A D | networkcreate.c | 309 cloneshared->Nsvtx = 0; in DMNetworkInitializeToDefault()
|
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 126 PetscInt nsvtx, Nsvtx; /* Local and global num of entries in svtx */ member
|