Home
last modified time | relevance | path

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

/petsc/share/petsc/suppressions/
H A Dubsan8 function:MatGetDiagonal_MFFD
/petsc/src/mat/impls/mffd/
H A Dmffd.c126 static PetscErrorCode MatGetDiagonal_MFFD(Mat, Vec);
147 PetscCall(MatShellSetOperation(mat, MATOP_GET_DIAGONAL, (PetscErrorCodeFn *)MatGetDiagonal_MFFD)); in MatMFFDSetFunctioni_MFFD()
385 static PetscErrorCode MatGetDiagonal_MFFD(Mat mat, Vec a) in MatGetDiagonal_MFFD() function