Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmres.c20 PetscReal res_norm, res, newnorm; in KSPPGMRESCycle() local
59 PetscCall(VecNormEnd(VEC_VV(it - 1), NORM_2, &newnorm)); in KSPPGMRESCycle()
60 *HH(it - 1, it - 2) = newnorm; in KSPPGMRESCycle()
138 PetscCall(VecNormBegin(VEC_VV(it), NORM_2, &newnorm)); in KSPPGMRESCycle()