Home
last modified time | relevance | path

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

/petsc/src/tao/bound/utils/
H A Disutil.c348 Vec bound_lower, bound_upper; in TaoBoundStep() local
355 PetscCall(VecGetSubVector(XL, active_lower, &bound_lower)); in TaoBoundStep()
356 PetscCall(VecCopy(bound_lower, step_lower)); in TaoBoundStep()
361 PetscCall(VecRestoreSubVector(XL, active_lower, &bound_lower)); in TaoBoundStep()