Searched refs:svtype (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 335 …Nsvtx, SVtx *svtx, PetscInt net, PetscInt idx, PetscInt *gidx, SVtxType *svtype, PetscInt *svtx_id… in VtxGetInfo() argument 363 if (svtype) *svtype = vtype; in VtxGetInfo() 536 SVtxType svtype = SVNONE; in GetEdgelist_Coupling() local 563 PetscCall(VtxGetInfo(Nsv, svtx, net, idx, &gidx_from, &svtype, &sv_idx)); in GetEdgelist_Coupling() 564 if (svtype == SVTO) { in GetEdgelist_Coupling() 575 if (svtype == SVFROM && network->cloneshared->subnet[net].nvtx) { in GetEdgelist_Coupling()
|