Home
last modified time | relevance | path

Searched refs:MatStashGetInfo (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D221.md34 - added MatStashGetInfo()
/petsc/include/
H A Dpetscmat.h939 PETSC_EXTERN PetscErrorCode MatStashGetInfo(Mat, PetscInt *, PetscInt *, PetscInt *, PetscInt *);
/petsc/src/mat/interface/
H A Dmatrix.c9623 PetscErrorCode MatStashGetInfo(Mat mat, PetscInt *nstash, PetscInt *reallocs, PetscInt *bnstash, Pe… in MatStashGetInfo() function