Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bncg/
H A Dbncg.h16 Vec inactive_grad, inactive_step; member
H A Dbncg.c986 PetscCall(VecGetSubVector(tao->stepdirection, cg->new_inactives, &cg->inactive_step)); in TaoBNCGConductIteration()
988 PetscCall(VecCopy(cg->inactive_grad, cg->inactive_step)); in TaoBNCGConductIteration()
989 PetscCall(VecScale(cg->inactive_step, -1.0)); in TaoBNCGConductIteration()
990 PetscCall(VecRestoreSubVector(tao->stepdirection, cg->new_inactives, &cg->inactive_step)); in TaoBNCGConductIteration()