Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c555 PetscReal nrmT, nrmB; in MatGolubKahanComputeExplicitOperator() local
561 PetscCall(MatNorm(B, NORM_1, &nrmB)); in MatGolubKahanComputeExplicitOperator()
562 …PetscCheck(nrmB <= 0 || nrmT / nrmB < PETSC_SMALL, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Matrix i… in MatGolubKahanComputeExplicitOperator()