Searched refs:is_pcmat (Results 1 – 1 of 1) sorted by relevance
333 PetscBool is_preonly, is_pcmat, has_pmat; in MatLMVMJ0KSPIsExact() local344 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCMAT, &is_pcmat)); in MatLMVMJ0KSPIsExact()345 if (!is_pcmat) PetscFunctionReturn(PETSC_SUCCESS); in MatLMVMJ0KSPIsExact()400 PetscBool is_preonly, is_pcmat = PETSC_FALSE, is_pcmat_solve = PETSC_FALSE; in MatLMVMSetJ0() local406 PetscCall(PetscObjectTypeCompare((PetscObject)pc, PCMAT, &is_pcmat)); in MatLMVMSetJ0()407 if (is_pcmat) { in MatLMVMSetJ0()