Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c333 PetscBool is_preonly, is_pcmat, has_pmat; in MatLMVMJ0KSPIsExact() local
341 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() local
403 PetscCall(PetscObjectTypeCompare((PetscObject)lmvm->J0ksp, KSPPREONLY, &is_preonly)); in MatLMVMSetJ0()
414 if (is_preonly && is_pcmat_solve) { in MatLMVMSetJ0()