Home
last modified time | relevance | path

Searched defs:zrows (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/shell/
H A Dshell.h48 IS zrows; member
H A Dshell.c1580 … *vshift, PetscScalar *vscale, Vec *dshift, Vec *left, Vec *right, Mat *axpy, IS *zrows, IS *zcols) in MatShellGetScalingShifts_Shell()
2011 … *vshift, PetscScalar *vscale, Vec *dshift, Vec *left, Vec *right, Mat *axpy, IS *zrows, IS *zcols) in MatShellGetScalingShifts()
/petsc/src/mat/impls/aij/seq/
H A Daij.c85 PetscErrorCode MatFindZeroDiagonals_SeqAIJ_Private(Mat A, PetscInt *nrows, PetscInt **zrows) in MatFindZeroDiagonals_SeqAIJ_Private()
110 static PetscErrorCode MatFindZeroDiagonals_SeqAIJ(Mat A, IS *zrows) in MatFindZeroDiagonals_SeqAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c287 static PetscErrorCode MatFindZeroDiagonals_MPIAIJ(Mat M, IS *zrows) in MatFindZeroDiagonals_MPIAIJ()