Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c569 PetscReal diag, jdiag, jwttotal; in PCGAMGProlongator_Classical_Standard() local
718 jdiag = 0.; in PCGAMGProlongator_Classical_Standard()
720 if (ci == icol[k]) jdiag = PetscRealPart(vcol[k]); in PCGAMGProlongator_Classical_Standard()
723 if (lcid[icol[k]] >= 0 && jdiag * PetscRealPart(vcol[k]) < 0.) { in PCGAMGProlongator_Classical_Standard()
731 if (lcid[icol[k]] >= 0 && jdiag * PetscRealPart(vcol[k]) < 0.) { in PCGAMGProlongator_Classical_Standard()