Searched refs:isconstant (Results 1 – 1 of 1) sorted by relevance
156 PetscBool isconstant; in MatLMVMSetJ0Scale() local163 PetscCall(PetscObjectTypeCompare((PetscObject)lmvm->J0, MATCONSTANTDIAGONAL, &isconstant)); in MatLMVMSetJ0Scale()164 if (!isconstant) PetscCall(MatLMVMClearJ0(B)); in MatLMVMSetJ0Scale()