Home
last modified time | relevance | path

Searched refs:toindx (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/is/utils/
H A Discoloring.c406 PetscErrorCode ISBuildTwoSided(IS ito, IS toindx, IS *rows) in ISBuildTwoSided() argument
447 if (toindx) PetscCall(ISGetIndices(toindx, &toindx_indices)); in ISBuildTwoSided()
451 send_indices[tooffsets_tmp[target_rank]] = toindx ? toindx_indices[i] : (i + rstart); in ISBuildTwoSided()
454 if (toindx) PetscCall(ISRestoreIndices(toindx, &toindx_indices)); in ISBuildTwoSided()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DIS.pyx333 def buildTwoSided(self, IS toindx=None) -> IS: argument
343 toindx
358 if toindx is not None: ctoindx = toindx.iset