Home
last modified time | relevance | path

Searched defs: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()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DIS.pyx333 def buildTwoSided(self, IS toindx=None) -> IS: