Home
last modified time | relevance | path

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

/petsc/src/mat/impls/htool/
H A Dhtool.cxx31 static PetscErrorCode MatGetDiagonal_Htool(Mat A, Vec v) in MatGetDiagonal_Htool() function
1142 PetscCall(MatShellSetOperation(A, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_Htool)); in MatCreate_Htool()