Home
last modified time | relevance | path

Searched refs:Nsvtx (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/network/
H A Dnetwork.c130 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 Dnetworkview.c300 network->cloneshared->Nsvtx)); in DMView_Network()
H A Dnetworkcreate.c309 cloneshared->Nsvtx = 0; in DMNetworkInitializeToDefault()
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h126 PetscInt nsvtx, Nsvtx; /* Local and global num of entries in svtx */ member