Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvmutils.c156 PetscBool isconstant; in MatLMVMSetJ0Scale() local
163 PetscCall(PetscObjectTypeCompare((PetscObject)lmvm->J0, MATCONSTANTDIAGONAL, &isconstant)); in MatLMVMSetJ0Scale()
164 if (!isconstant) PetscCall(MatLMVMClearJ0(B)); in MatLMVMSetJ0Scale()