Searched refs:MatNestGetSubMat (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 285 PetscErrorCode MatNestGetSubMat(PetscMat, PetscInt, PetscInt, PetscMat*)
|
| H A D | Mat.pyx | 5874 petsc.MatNestGetSubMat 5880 CHKERR(MatNestGetSubMat(self.mat, idxm, jdxm, &submat.mat))
|
| /petsc/include/ |
| H A D | petscmat.h | 2679 PETSC_EXTERN PetscErrorCode MatNestGetSubMat(Mat, PetscInt, PetscInt, Mat *);
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 1089 PetscErrorCode MatNestGetSubMat(Mat A, PetscInt idxm, PetscInt jdxm, Mat *sub) in MatNestGetSubMat() function
|