Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ntrdc/
H A Dntrdc.c302 …PetscReal rho, fnorm, gnorm, xnorm = 0, delta, ynorm, temp_xnorm, temp_ynorm; /*… in SNESSolve_NEWTONTRDC() local
468 …if (inner_count == 0) PetscCall(VecNorm(X, NORM_2, &temp_xnorm)); /* only in the first iteration */ in SNESSolve_NEWTONTRDC()
471 temp_xnorm = xnorm; in SNESSolve_NEWTONTRDC()
500 xnorm = temp_xnorm; in SNESSolve_NEWTONTRDC()
517 xnorm = temp_xnorm; in SNESSolve_NEWTONTRDC()