Searched refs:MatCreateLocalRef (Results 1 – 5 of 5) sorted by relevance
| /petsc/doc/overview/ |
| H A D | matrix_table.md | 168 - ``MatCreateLocalRef()``
|
| /petsc/src/mat/tests/ |
| H A D | ex139.c | 19 PetscCall(MatCreateLocalRef(A, isrow, iscol, B)); in GetLocalRef()
|
| /petsc/src/mat/impls/localref/ |
| H A D | mlocalref.c | 215 PetscErrorCode MatCreateLocalRef(Mat A, IS isrow, IS iscol, Mat *newmat) in MatCreateLocalRef() function
|
| /petsc/include/ |
| H A D | petscmat.h | 520 PETSC_EXTERN PetscErrorCode MatCreateLocalRef(Mat, IS, IS, Mat *);
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 10667 PetscCall(MatCreateLocalRef(mat, isrow, iscol, submat)); in MatGetLocalSubMatrix()
|