Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dex1.c290 static PetscErrorCode MatMult_J0Solve(Mat A, Vec x, Vec y) in MatMult_J0Solve() function
309 …PetscCall(MatShellSetOperation(Binv, MATOP_MULT, (PetscErrorCodeFn *)(use_J0 ? MatMult_J0Solve : M… in MatComputeInverseOperator()