Home
last modified time | relevance | path

Searched defs:step1 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/impls/qcg/
H A Dqcg.c20 static PetscErrorCode KSPQCGQuadraticRoots(Vec s, Vec p, PetscReal delta, PetscReal *step1, PetscRe… in KSPQCGQuadraticRoots()
149 PetscReal q1, q2, xnorm, step1, step2, rnrm = 0.0, btx, xtax; in KSPSolve_QCG() local
/petsc/src/tao/constrained/impls/ipm/
H A Dipm.h45 VecScatter step1, step2, step3, step4; member