Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsctao.h204 typedef const char *TaoType; typedef
308 PETSC_EXTERN PetscErrorCode TaoSetType(Tao, TaoType);
309 PETSC_EXTERN PetscErrorCode TaoGetType(Tao, TaoType *);
/petsc/src/tao/interface/
H A Dtaosolver.c434 TaoType default_type = TAOLMVM; in TaoSetFromOptions()
627 TaoType type; in TaoView()
2167 PetscErrorCode TaoSetType(Tao tao, TaoType type) in TaoSetType()
2492 PetscErrorCode TaoGetType(Tao tao, TaoType *type) in TaoGetType()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi3 ctypedef const char* PetscTAOType "TaoType"
H A DTAO.pyx8 petsc.TaoType
/petsc/doc/manual/
H A Dtao.md77 TaoSetType(Tao tao, TaoType type);
128 TaoSetType(Tao, TaoType);
144 bound-constrained problems. Note that the `TaoType` variable is a string that