Home
last modified time | relevance | path

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

/petsc/src/tao/matrix/
H A Dsubmatfree.h29 PetscErrorCode MatGetDiagonal_SMF(Mat, Vec);
H A Dsubmatfree.c58 PetscCall(MatShellSetOperation(*J, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_SMF)); in MatCreateSubMatrixFree()
202 PetscErrorCode MatGetDiagonal_SMF(Mat mat, Vec v) in MatGetDiagonal_SMF() function