Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/rescale/
H A Dsymbrdnrescale.c456 PetscBool is_constant_or_diagonal; in SymBroydenRescaleSetUp() local
459 …PetscCall(PetscObjectTypeCompareAny((PetscObject)J0, &is_constant_or_diagonal, MATCONSTANTDIAGONAL… in SymBroydenRescaleSetUp()
460 …ldb->scale_type = is_constant_or_diagonal ? MAT_LMVM_SYMBROYDEN_SCALE_DIAGONAL : MAT_LMVM_SYMBROYD… in SymBroydenRescaleSetUp()
/petsc/src/mat/interface/
H A Dmatrix.c1176 PetscBool is_constant_or_diagonal; in MatView() local
1179 …PetscCall(PetscObjectTypeCompareAny((PetscObject)mat, &is_constant_or_diagonal, MATCONSTANTDIAGONA… in MatView()
1180 if (!is_constant_or_diagonal) { in MatView()