Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex23.c96 PetscCall(MatISStoreL2L(A, PETSC_FALSE)); in main()
387 PetscCall(MatISStoreL2L(A, PETSC_TRUE)); in main()
/petsc/include/
H A Dpetscmat.h2079 PETSC_EXTERN PetscErrorCode MatISStoreL2L(Mat, PetscBool);
/petsc/src/mat/impls/is/
H A Dmatis.c1693 PetscErrorCode MatISStoreL2L(Mat A, PetscBool store) in MatISStoreL2L() function