Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex235.c15 static PetscErrorCode myGetDiagonal(Mat S, Vec d) in myGetDiagonal() function
77 PetscCall(MatShellSetOperation(A, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)myGetDiagonal)); in main()