Home
last modified time | relevance | path

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

/petsc/src/snes/impls/qn/
H A Dqn.c71 PetscScalar DolddotD, DolddotDold; in SNESSolve_QN() local
224 PetscCall(VecDotBegin(W, Dold, &DolddotDold)); in SNESSolve_QN()
226 PetscCall(VecDotEnd(W, Dold, &DolddotDold)); in SNESSolve_QN()
228 …if (PetscAbs(PetscRealPart(DolddotD)) > qn->powell_gamma * PetscAbs(PetscRealPart(DolddotDold))) p… in SNESSolve_QN()
242 …ouble)PetscRealPart(DolddotD), (double)qn->powell_gamma, (double)PetscRealPart(DolddotDold), i_r)); in SNESSolve_QN()