Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bncg/
H A Dbncg.h18 …IS active_lower, active_upper, active_fixed, active_idx, inactive_idx, inactive_old, new_inactives; member
H A Dbncg.c18 PetscCall(ISDestroy(&cg->inactive_old)); in TaoBNCGEstimateActiveSet()
20 PetscCall(ISDuplicate(cg->inactive_idx, &cg->inactive_old)); in TaoBNCGEstimateActiveSet()
21 PetscCall(ISCopy(cg->inactive_idx, cg->inactive_old)); in TaoBNCGEstimateActiveSet()
169 PetscCall(ISDestroy(&cg->inactive_old)); in TaoDestroy_BNCG()
983 …if (cg->inactive_idx && cg->inactive_old) PetscCall(ISDifference(cg->inactive_idx, cg->inactive_ol… in TaoBNCGConductIteration()