Searched refs:step_fixed (Results 1 – 1 of 1) sorted by relevance
346 Vec step_lower, step_upper, step_fixed; in TaoBoundStep() local379 PetscCall(VecGetSubVector(S, active_fixed, &step_fixed)); in TaoBoundStep()380 PetscCall(VecSet(step_fixed, 0.0)); in TaoBoundStep()381 PetscCall(VecRestoreSubVector(S, active_fixed, &step_fixed)); in TaoBoundStep()