Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dtao.h25 PetscErrorCode TaoBNCGSetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoBNCGType type) {PetscTaoError;} in TaoBNCGSetType()
26 PetscErrorCode TaoBNCGGetType(PETSC_UNUSED Tao tao, PETSC_UNUSED TaoBNCGType *type) {PetscTaoError;} in TaoBNCGGetType()
/petsc/src/tao/bound/impls/bncg/
H A Dbncg.h33 TaoBNCGType cg_type; /* Formula to use */
H A Dbncg.c1034 PetscErrorCode TaoBNCGGetType(Tao tao, TaoBNCGType *type) in TaoBNCGGetType()
1057 PetscErrorCode TaoBNCGSetType(Tao tao, TaoBNCGType type) in TaoBNCGSetType()
/petsc/include/
H A Dpetsctao.h181 } TaoBNCGType; typedef
516 PETSC_EXTERN PetscErrorCode TaoBNCGSetType(Tao, TaoBNCGType);
517 PETSC_EXTERN PetscErrorCode TaoBNCGGetType(Tao, TaoBNCGType *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi78 ctypedef enum PetscTAOBNCGType "TaoBNCGType":