Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Dtaosolver_bounds.c82 PetscErrorCode TaoGetVariableBounds(Tao tao, Vec *XL, Vec *XU) in TaoGetVariableBounds() function
/petsc/include/
H A Dpetsctao.h401 PETSC_EXTERN PetscErrorCode TaoGetVariableBounds(Tao, Vec *, Vec *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTAO.pyx1028 CHKERR(TaoGetVariableBounds(self.tao, &Lvec, &Uvec))
1548 setVariableBounds, petsc.TaoGetVariableBounds
1552 CHKERR(TaoGetVariableBounds(self.tao, &xl.vec, &xu.vec))
H A Dpetsctao.pxi165 PetscErrorCode TaoGetVariableBounds(PetscTAO, PetscVec*, PetscVec*)
/petsc/doc/manual/
H A Dtao.md448 command `TaoGetVariableBounds()`.