Home
last modified time | relevance | path

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

/petsc/src/tao/matrix/
H A Dsubmatfree.h20 PetscErrorCode MatDestroy_SMF(Mat);
H A Dsubmatfree.c50 PetscCall(MatShellSetOperation(*J, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_SMF)); in MatCreateSubMatrixFree()
118 PetscErrorCode MatDestroy_SMF(Mat mat) in MatDestroy_SMF() function