Home
last modified time | relevance | path

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

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