Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/ftn-custom/
H A Dzshellf.c46 static PetscErrorCode ourmult(Mat mat, Vec x, Vec y) in ourmult() function
214 … = MatShellSetOperation(*mat, *op, (PetscErrorCodeFn *)ourmult); in matshellsetoperation_()