Home
last modified time | relevance | path

Searched refs:svtx (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ksp/ksp/tutorials/network/output/
H A Dex4_1.out14 svtx 0: global index 0, subnet[0].0 ---->
16 svtx 1: global index 1, subnet[0].1 ---->
H A Dex4_2.out16 svtx 0: global index 0, subnet[0].0 ---->
18 svtx 1: global index 1, subnet[0].1 ---->
H A Dex4_3.out28 svtx 0: global index 0, subnet[0].0 ---->
32 svtx 1: global index 1, subnet[0].1 ---->
H A Dex3_1.out14 svtx 0: global index 0, subnet[0].0 ---->
H A Dex3_2.out16 svtx 0: global index 0, subnet[0].0 ---->
H A Dex3_3.out28 svtx 0: global index 0, subnet[0].0 ---->
/petsc/src/snes/tutorials/network/output/
H A Dex1_4.out31 svtx 0: global index 4, subnet[0].4 ---->
66 svtx 0: global index 4, subnet[0].4 ---->
H A Dex1.out26 svtx 0: global index 4, subnet[0].4 ---->
/petsc/src/dm/impls/network/
H A Dnetwork.c307 SVtx *svtx = network->cloneshared->svtx; in DMNetworkSharedVertexGetInfo() local
317 if (n) *n = svtx[i].n; in DMNetworkSharedVertexGetInfo()
318 if (sv) *sv = svtx[i].sv; in DMNetworkSharedVertexGetInfo()
335 static inline PetscErrorCode VtxGetInfo(PetscInt Nsvtx, SVtx *svtx, PetscInt net, PetscInt idx, Pet… in VtxGetInfo() argument
347 if (net == svtx[i].sv[0] && idx == svtx[i].sv[1]) { in VtxGetInfo()
348 g_idx = svtx[i].gidx; in VtxGetInfo()
351 for (j = 1; j < svtx[i].n; j++) { in VtxGetInfo()
352 svto = svtx[i].sv + 2 * j; in VtxGetInfo()
355 g_idx = svtx[i].gidx; /* output gidx for to_vertex */ in VtxGetInfo()
404 SVtx *svtx = NULL; in SharedVtxCreate() local
[all …]
H A Dnetworkcreate.c307 cloneshared->svtx = NULL; in DMNetworkInitializeToDefault()
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h125 SVtx *svtx; /* Array of vertices shared by subnetworks */ member