Home
last modified time | relevance | path

Searched refs:jwttotal (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
717 jwttotal = 0.; in PCGAMGProlongator_Classical_Standard()
725 jwttotal += PetscRealPart(pjentry); in PCGAMGProlongator_Classical_Standard()
728 if (jwttotal != 0.) { in PCGAMGProlongator_Classical_Standard()
729 jwttotal = PetscRealPart(vi) / jwttotal; in PCGAMGProlongator_Classical_Standard()
732 pjentry = vcol[k] * jwttotal; in PCGAMGProlongator_Classical_Standard()