Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c566 PetscScalar vi, pentry, pjentry; in PCGAMGProlongator_Classical_Standard() local
724 pjentry = vcol[k]; in PCGAMGProlongator_Classical_Standard()
725 jwttotal += PetscRealPart(pjentry); in PCGAMGProlongator_Classical_Standard()
732 pjentry = vcol[k] * jwttotal; in PCGAMGProlongator_Classical_Standard()
733 pcontrib[icol[k]] += pjentry; in PCGAMGProlongator_Classical_Standard()