Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c451 PetscReal pmax_pos, pmax_neg, ptot_pos, ptot_neg, pthresh_pos, pthresh_neg; in PCGAMGTruncateProlongator_Private() local
513 pthresh_neg = 0.; in PCGAMGTruncateProlongator_Private()
520 pthresh_neg += PetscRealPart(pval[j]); in PCGAMGTruncateProlongator_Private()
529 if (PetscAbsReal(pthresh_neg) > 0.) ptot_neg /= pthresh_neg; in PCGAMGTruncateProlongator_Private()