Home
last modified time | relevance | path

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

/petsc/src/tao/interface/
H A Dtaosolver_bounds.c56 PetscErrorCode TaoSetVariableBoundsRoutine(Tao tao, PetscErrorCode (*func)(Tao tao, Vec xl, Vec xu,… in TaoSetVariableBoundsRoutine() function
/petsc/src/tao/complementarity/tutorials/
H A Dblackscholes.c213 PetscCall(TaoSetVariableBoundsRoutine(tao, ComputeVariableBounds, (void *)&user)); in main()
/petsc/src/tao/interface/ftn-custom/
H A Dztaosolverf.c233 if (!*ierr) *ierr = TaoSetVariableBoundsRoutine(*tao, ourtaoboundsroutine, ctx); in taosetvariableboundsroutine_()
/petsc/include/
H A Dpetsctao.h405 PETSC_EXTERN PetscErrorCode TaoSetVariableBoundsRoutine(Tao, PetscErrorCode (*)(Tao, Vec, Vec, Pets…
/petsc/src/tao/bound/tutorials/
H A Dplate2f.F90882 PetscCallA(TaoSetVariableBoundsRoutine(ta, MSA_Plate, 0, ierr))
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi176 PetscErrorCode TaoSetVariableBoundsRoutine(PetscTAO, PetscTaoVarBounds*, void*)
H A DTAO.pyx514 petsc.TaoSetVariableBounds, petsc.TaoSetVariableBoundsRoutine
532 CHKERR(TaoSetVariableBoundsRoutine(self.tao, TAO_VarBounds, <void*>context))