Home
last modified time | relevance | path

Searched refs:ig (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/stag/
H A Dstag3d.c831 PetscInt ig, jg, kg, d, c; in DMStagSetUpBuildScatterPopulateIdx_3d() local
839 for (ig = startGhostx; ig < endGhostx; ++ig) { in DMStagSetUpBuildScatterPopulateIdx_3d()
840 const PetscInt i = ig - startGhostx + startx; in DMStagSetUpBuildScatterPopulateIdx_3d()
843 idxLocal[c] = kg * eplGhost + jg * eprGhost + ig * stag->entriesPerElement + d; in DMStagSetUpBuildScatterPopulateIdx_3d()
849 ig = endGhostx; in DMStagSetUpBuildScatterPopulateIdx_3d()
852 idxLocal[c] = kg * eplGhost + jg * eprGhost + ig * stag->entriesPerElement + dLocal; in DMStagSetUpBuildScatterPopulateIdx_3d()
857 idxLocal[c] = kg * eplGhost + jg * eprGhost + ig * stag->entriesPerElement + dLocal; in DMStagSetUpBuildScatterPopulateIdx_3d()
862 idxLocal[c] = kg * eplGhost + jg * eprGhost + ig * stag->entriesPerElement + dLocal; in DMStagSetUpBuildScatterPopulateIdx_3d()
867 idxLocal[c] = kg * eplGhost + jg * eprGhost + ig * stag->entriesPerElement + dLocal; in DMStagSetUpBuildScatterPopulateIdx_3d()
875 for (ig = startGhostx; ig < endGhostx; ++ig) { in DMStagSetUpBuildScatterPopulateIdx_3d()
[all …]
/petsc/src/ksp/ksp/tutorials/
H A Dex59.c294 PetscInt i, j, k, ig, jg, kg, lindex, gindex, localsize; in ComputeMapping() local
307 ig = dd.startx + i; in ComputeMapping()
309 gindex = kg * dd.xm * dd.ym + jg * dd.xm + ig; in ComputeMapping()
334 PetscInt ie, je, ke, i, j, k, ig, jg, kg, ii, ming; in ComputeSubdomainMatrix() local
419 ig = ie * dd.p + i + ming; in ComputeSubdomainMatrix()
421 indexg[ii] = kg * dd.xm_l * dd.ym_l + jg * dd.xm_l + ig; in ComputeSubdomainMatrix()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DVec.pyx846 cdef PetscInt ng=0, *ig=NULL
847 ghosts = iarray_i(ghosts, &ng, &ig)
854 ccomm, n, N, ng, ig, &newvec))
857 ccomm, bs, n, N, ng, ig, &newvec))
893 cdef PetscInt ng=0, *ig=NULL
894 ghosts = iarray_i(ghosts, &ng, &ig)
910 ccomm, n, N, ng, ig, sa, &newvec))
913 ccomm, bs, n, N, ng, ig, sa, &newvec))
3395 cdef PetscInt ng=0, *ig=NULL
3396 ghosts = iarray_i(ghosts, &ng, &ig)
[all …]
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c1126 PetscInt ig; in PCBDDCGraphSetUp() local
1128 PetscCall(PetscFindInt(lsub_queue_global[k], gsubset_size, queue_global_uniq, &ig)); in PCBDDCGraphSetUp()
1131 iremote[nli].index = start + ig; in PCBDDCGraphSetUp()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas7011 (gen-nrbc/ig-correct? #f)