Home
last modified time | relevance | path

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

/petsc/share/petsc/suppressions/ !
H A Dubsan7 function:MatMult_MFFD
/petsc/src/mat/impls/mffd/ !
H A Dmffd.c303 static PetscErrorCode MatMult_MFFD(Mat mat, Vec a, Vec y) in MatMult_MFFD() function
619 PetscCall(MatShellSetOperation(A, MATOP_MULT, (PetscErrorCodeFn *)MatMult_MFFD)); in MatCreate_MFFD()