Home
last modified time | relevance | path

Searched refs:MatCreateLocalRef (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/overview/
H A Dmatrix_table.md168 - ``MatCreateLocalRef()``
/petsc/src/mat/tests/
H A Dex139.c19 PetscCall(MatCreateLocalRef(A, isrow, iscol, B)); in GetLocalRef()
/petsc/src/mat/impls/localref/
H A Dmlocalref.c215 PetscErrorCode MatCreateLocalRef(Mat A, IS isrow, IS iscol, Mat *newmat) in MatCreateLocalRef() function
/petsc/include/
H A Dpetscmat.h520 PETSC_EXTERN PetscErrorCode MatCreateLocalRef(Mat, IS, IS, Mat *);
/petsc/src/mat/interface/
H A Dmatrix.c10667 PetscCall(MatCreateLocalRef(mat, isrow, iscol, submat)); in MatGetLocalSubMatrix()