Searched refs:is_preonly (Results 1 – 1 of 1) sorted by relevance
333 PetscBool is_preonly, is_pcmat, has_pmat; in MatLMVMJ0KSPIsExact() local341 PetscCall(PetscObjectTypeCompare((PetscObject)lmvm->J0ksp, KSPPREONLY, &is_preonly)); in MatLMVMJ0KSPIsExact()342 if (!is_preonly) PetscFunctionReturn(PETSC_SUCCESS); in MatLMVMJ0KSPIsExact()400 PetscBool is_preonly, is_pcmat = PETSC_FALSE, is_pcmat_solve = PETSC_FALSE; in MatLMVMSetJ0() local403 PetscCall(PetscObjectTypeCompare((PetscObject)lmvm->J0ksp, KSPPREONLY, &is_preonly)); in MatLMVMSetJ0()414 if (is_preonly && is_pcmat_solve) { in MatLMVMSetJ0()