Home
last modified time | relevance | path

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

/petsc/src/mat/impls/is/
H A Dmatis.c43 static PetscErrorCode MatISSetUpScatters_Private(Mat);
1070 PetscCall(MatISSetUpScatters_Private(B)); in MatConvert_Nest_IS()
2541 static PetscErrorCode MatISSetUpScatters_Private(Mat A) in MatISSetUpScatters_Private() function
2776 PetscCall(MatISSetUpScatters_Private(A)); in MatSetLocalToGlobalMapping_IS()
3157 if (!sametype && !is->islocalref) PetscCall(MatISSetUpScatters_Private(mat)); in MatISSetLocalMat_IS()