Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c378 PetscBool J0_has_solve; in MatLMVMSetJ0() local
393 PetscCall(MatHasOperation(J0, MATOP_SOLVE, &J0_has_solve)); in MatLMVMSetJ0()
394 if (J0_has_solve) { in MatLMVMSetJ0()