Searched refs:TaoSetVariableBoundsRoutine (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/tao/interface/ |
| H A D | taosolver_bounds.c | 56 PetscErrorCode TaoSetVariableBoundsRoutine(Tao tao, PetscErrorCode (*func)(Tao tao, Vec xl, Vec xu,… in TaoSetVariableBoundsRoutine() function
|
| /petsc/src/tao/complementarity/tutorials/ |
| H A D | blackscholes.c | 213 PetscCall(TaoSetVariableBoundsRoutine(tao, ComputeVariableBounds, (void *)&user)); in main()
|
| /petsc/src/tao/interface/ftn-custom/ |
| H A D | ztaosolverf.c | 233 if (!*ierr) *ierr = TaoSetVariableBoundsRoutine(*tao, ourtaoboundsroutine, ctx); in taosetvariableboundsroutine_()
|
| /petsc/include/ |
| H A D | petsctao.h | 405 PETSC_EXTERN PetscErrorCode TaoSetVariableBoundsRoutine(Tao, PetscErrorCode (*)(Tao, Vec, Vec, Pets…
|
| /petsc/src/tao/bound/tutorials/ |
| H A D | plate2f.F90 | 882 PetscCallA(TaoSetVariableBoundsRoutine(ta, MSA_Plate, 0, ierr))
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petsctao.pxi | 176 PetscErrorCode TaoSetVariableBoundsRoutine(PetscTAO, PetscTaoVarBounds*, void*)
|
| H A D | TAO.pyx | 514 petsc.TaoSetVariableBounds, petsc.TaoSetVariableBoundsRoutine 532 CHKERR(TaoSetVariableBoundsRoutine(self.tao, TAO_VarBounds, <void*>context))
|