Home
last modified time | relevance | path

Searched refs:MatNestGetLocalISs (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi283 PetscErrorCode MatNestGetLocalISs(PetscMat, PetscIS*, PetscIS*)
H A DMat.pyx5846 petsc.MatNestGetLocalISs
5855 CHKERR(MatNestGetLocalISs(self.mat, cisrows, ciscols))
/petsc/include/
H A Dpetscmat.h2677 PETSC_EXTERN PetscErrorCode MatNestGetLocalISs(Mat, IS[], IS[]);
/petsc/src/mat/impls/nest/
H A Dmatnest.c1321 PetscErrorCode MatNestGetLocalISs(Mat A, IS rows[], IS cols[]) in MatNestGetLocalISs() function