Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi285 PetscErrorCode MatNestGetSubMat(PetscMat, PetscInt, PetscInt, PetscMat*)
H A DMat.pyx5874 petsc.MatNestGetSubMat
5880 CHKERR(MatNestGetSubMat(self.mat, idxm, jdxm, &submat.mat))
/petsc/include/
H A Dpetscmat.h2679 PETSC_EXTERN PetscErrorCode MatNestGetSubMat(Mat, PetscInt, PetscInt, Mat *);
/petsc/src/mat/impls/nest/
H A Dmatnest.c1089 PetscErrorCode MatNestGetSubMat(Mat A, PetscInt idxm, PetscInt jdxm, Mat *sub) in MatNestGetSubMat() function