Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmat.h898 PETSC_EXTERN PetscErrorCode MatAIJGetLocalMat(Mat, Mat *);
/petsc/src/mat/interface/
H A Dmatrix.c7726 PetscCall(MatAIJGetLocalMat(AA, &A)); in MatComputeVariableBlockEnvelope()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c5077 PetscErrorCode MatAIJGetLocalMat(Mat A, Mat *A_loc) in MatAIJGetLocalMat() function