Home
last modified time | relevance | path

Searched refs:TaoLineSearchType (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetsctaolinesearch.h69 typedef const char *TaoLineSearchType; typedef
101 PETSC_EXTERN PetscErrorCode TaoLineSearchGetType(TaoLineSearch, TaoLineSearchType *);
102 PETSC_EXTERN PetscErrorCode TaoLineSearchSetType(TaoLineSearch, TaoLineSearchType);
/petsc/src/tao/linesearch/interface/
H A Dtaolinesearch.c66 TaoLineSearchType type; in TaoLineSearchView()
376 PetscErrorCode TaoLineSearchSetType(TaoLineSearch ls, TaoLineSearchType type) in TaoLineSearchSetType()
530 PetscErrorCode TaoLineSearchGetType(TaoLineSearch ls, TaoLineSearchType *type) in TaoLineSearchGetType()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi217 ctypedef const char* PetscTAOLineSearchType "TaoLineSearchType"