Home
last modified time | relevance | path

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

/petsc/src/tao/bound/impls/bnk/
H A Dbnk.c298 PetscBool hessComputed, diagExists, hadactive; in TaoBNKEstimateActiveSet() local
301 hadactive = bnk->active_idx ? PETSC_TRUE : PETSC_FALSE; in TaoBNKEstimateActiveSet()
338 …bnk->resetksp = (PetscBool)(bnk->active_idx || hadactive); /* inactive Hessian size may have chang… in TaoBNKEstimateActiveSet()