Searched refs:TaoGetVariableBounds (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/tao/interface/ |
| H A D | taosolver_bounds.c | 82 PetscErrorCode TaoGetVariableBounds(Tao tao, Vec *XL, Vec *XU) in TaoGetVariableBounds() function
|
| /petsc/include/ |
| H A D | petsctao.h | 401 PETSC_EXTERN PetscErrorCode TaoGetVariableBounds(Tao, Vec *, Vec *);
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | TAO.pyx | 1028 CHKERR(TaoGetVariableBounds(self.tao, &Lvec, &Uvec)) 1548 setVariableBounds, petsc.TaoGetVariableBounds 1552 CHKERR(TaoGetVariableBounds(self.tao, &xl.vec, &xu.vec))
|
| H A D | petsctao.pxi | 165 PetscErrorCode TaoGetVariableBounds(PetscTAO, PetscVec*, PetscVec*)
|
| /petsc/doc/manual/ |
| H A D | tao.md | 448 command `TaoGetVariableBounds()`.
|