Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/tron/
H A Dtron.c12 PetscCall(VecDestroy(&tron->G_New)); in TaoDestroy_TRON()
61 PetscCall(VecDuplicate(tao->solution, &tron->G_New)); in TaoSetup_TRON()
169 PetscCall(VecCopy(tao->gradient, tron->G_New)); in TaoSolve_TRON()
175 …PetscCall(TaoLineSearchApply(tao->linesearch, tron->X_New, &f_new, tron->G_New, tao->stepdirection… in TaoSolve_TRON()
207 … PetscCall(VecBoundGradientProjection(tron->G_New, tron->X_New, tao->XL, tao->XU, tao->gradient)); in TaoSolve_TRON()
213 PetscCall(VecCopy(tron->G_New, tao->gradient)); in TaoSolve_TRON()
347 tron->G_New = NULL; in TaoCreate_TRON()
H A Dtron.h32 Vec G_New; member
/petsc/src/tao/quadratic/impls/gpcg/
H A Dgpcg.h30 Vec G_New; member
H A Dgpcg.c16 PetscCall(VecDestroy(&gpcg->G_New)); in TaoDestroy_GPCG()
88 PetscCall(VecDuplicate(tao->solution, &gpcg->G_New)); in TaoSetup_GPCG()
133 PetscCall(VecCopy(tao->gradient, gpcg->G_New)); in TaoSolve_GPCG()