Home
last modified time | relevance | path

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

/petsc/src/mat/impls/composite/ !
H A Dmcomposite.c303 static PetscErrorCode MatGetDiagonal_Composite(Mat A, Vec v) in MatGetDiagonal_Composite() function
482 …cCall(MatShellSetOperation(mat, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_Composite)); in MatCompositeSetType_Composite()
894 …tscCall(MatShellSetOperation(A, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_Composite)); in MatCreate_Composite()