Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex205.c34 static PetscErrorCode MatDestroy_User(Mat A) in MatDestroy_User() function
78 PetscCall(MatShellSetOperation(S1, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_User)); in main()
83 PetscCall(MatShellSetOperation(S2, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_User)); in main()
H A Dex221.c52 static PetscErrorCode MatDestroy_User(Mat A) in MatDestroy_User() function
167 PetscCall(MatShellSetOperation(S, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_User)); in main()