Home
last modified time | relevance | path

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

/petsc/src/tao/snes/
H A Dtaosnes.c81 PetscCall(TaoGetOptionsPrefix(tao, &prefix)); in TaoSetUp_SNES()
/petsc/include/
H A Dpetsctao.h429 PETSC_EXTERN PetscErrorCode TaoGetOptionsPrefix(Tao, const char *[]);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi103 PetscErrorCode TaoGetOptionsPrefix(PetscTAO, char*[])
H A DTAO.pyx241 petsc_options, setOptionsPrefix, petsc.TaoGetOptionsPrefix
245 CHKERR(TaoGetOptionsPrefix(self.tao, &prefix))
/petsc/src/tao/interface/
H A Dtaosolver.c2142 PetscErrorCode TaoGetOptionsPrefix(Tao tao, const char *p[]) in TaoGetOptionsPrefix() function