Home
last modified time | relevance | path

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

/petsc/src/tao/bound/utils/
H A Disutil.c184 …teplen, PetscReal *bound_tol, IS *active_lower, IS *active_upper, IS *active_fixed, IS *active, IS… in TaoEstimateActiveBounds() argument
230 PetscCall(ISDestroy(active_fixed)); in TaoEstimateActiveBounds()
305 PetscCall(ISCreateGeneral(comm, n_isf, isf, PETSC_OWN_POINTER, active_fixed)); in TaoEstimateActiveBounds()
344 …BoundStep(Vec X, Vec XL, Vec XU, IS active_lower, IS active_upper, IS active_fixed, PetscReal scal… in TaoBoundStep() argument
378 if (active_fixed) { in TaoBoundStep()
379 PetscCall(VecGetSubVector(S, active_fixed, &step_fixed)); in TaoBoundStep()
381 PetscCall(VecRestoreSubVector(S, active_fixed, &step_fixed)); in TaoBoundStep()
/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.c34 … cg->as_step, &cg->as_tol, &cg->active_lower, &cg->active_upper, &cg->active_fixed, &cg->active_id… in TaoBNCGEstimateActiveSet()
52 …tao->solution, tao->XL, tao->XU, cg->active_lower, cg->active_upper, cg->active_fixed, 1.0, step)); in TaoBNCGBoundStep()
166 PetscCall(ISDestroy(&cg->active_fixed)); in TaoDestroy_BNCG()
/petsc/src/tao/bound/impls/bnk/
H A Dbnk.h30 IS inactive_idx, active_idx, active_lower, active_upper, active_fixed; member
H A Dbnk.c332 …>as_step, &bnk->as_tol, &bnk->active_lower, &bnk->active_upper, &bnk->active_fixed, &bnk->active_i… in TaoBNKEstimateActiveSet()
354 …->solution, tao->XL, tao->XU, bnk->active_lower, bnk->active_upper, bnk->active_fixed, 1.0, step)); in TaoBNKBoundStep()
1033 bnk->active_fixed = NULL; in TaoSetUp_BNK()
1056 PetscCall(ISDestroy(&bnk->active_fixed)); in TaoDestroy_BNK()